description: Use this flavor
      type: string
      default: baremetal
+     constraints:
+       - custom_constraint: nova.flavor
  
 +# Block storage specific parameters
 +  BlockStorageCount:
 +    type: number
 +    default: 1
 +  BlockStorageImage:
 +    default: overcloud-cinder-volume
 +    type: string
 +  OvercloudBlockStorageFlavor:
 +    default: baremetal
 +    description: Flavor for block storage nodes to request when deploying.
 +    type: string
 +
 +# Object storage specific parameters
 +  ObjectStorageCount:
 +    type: number
 +    default: 0
 +  OvercloudSwiftStorageFlavor:
 +    default: baremetal
 +    description: Flavor for Swift storage nodes to request when deploying.
 +    type: string
 +  SwiftStorageImage:
 +    default: overcloud-swift-storage
 +    type: string
  
  resources: