OpenstackCloudFeatures object
OpenStack Farm Role configuration. Available only for OpenStack Farm Roles.
Polymorphism
OpenstackCloudFeatures is a type that implements the CloudFeatures type.
When an object of type CloudFeatures is expected, you can use one of type OpenstackCloudFeatures (or use any other implementation).
Example JSON representation
{
"disableKeyPairManagement": true,
"type": "OpenstackCloudFeatures"
}
Properties
property | attributes | valid values | description | filter option |
---|---|---|---|---|
type string |
required create-only |
"OpenstackCloudFeatures" | ||
disableKeyPairManagement boolean |
optional |
Whether this Farm Role's Servers would be launched with disabled access management to be able to use credentials that are bundled into the Image. |