Managed OpenStack
Latest
Frequently Asked Questions
Solution
How To
Internal Only
Templates
Powered By

Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Possible to Modify Field Constraints for "Application Name" of Murano Application Deployment?
Copy Markdown
Open in ChatGPT
Open in Claude
Problem
- A Heat template has been used to create a Murano application.
- Upon deployment of the application, an Application Name field is presented.
- It's desired to modify the field constraints, such as requiring all lower-case (as doable for other parameters in the Heat template).
Environment
- Platform9 Managed OpenStack - All Versions
- Murano
Answer
No, it is not possible to modify the constraints for the Application Name field, nor can it be validated by Heat as the application name is not included as part of the template parameters in the API payload. For example:
- Request URL:
https://__CLOUD_FQDN__/murano/v1/environments/__ENV_ID__/services
- Request Method:
POST
- Status Code:
200 OK
Payload:
{?: {classVersion: "0.0.0", package: "io.murano.apps.generated.Apachehttpserver",…}, name: "apache",…} ?: {classVersion: "0.0.0", package: "io.murano.apps.generated.Apachehttpserver",…} name: "[application-name]" templateParameters: {flavor: "[flavor]", image: "[image-id]", key_name: "[ssh-key]",…}VariableType to search · ESC to discard
GlossaryType to search · ESC to discard
InsertType to search · ESC to discard
No matches
Last updated on
Was this page helpful?
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message