diff options
author | Jenkins <jenkins@review.openstack.org> | 2014-12-09 21:34:15 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2014-12-09 21:34:15 +0000 |
commit | f0ba1a632448fb50c0a8754f5d183c4d1f5759f4 (patch) | |
tree | bfa5b8b880980eaf5d4193f442384004c549fc3a /nova-compute-instance.yaml | |
parent | 39c9406d456bdc755bfc6c2c8ddf94a05a33df12 (diff) | |
parent | 6f16c9638384ad2e2972b6b9cd2a3c6e72ef58bf (diff) |
Merge "Remove default flavor from every template"
Diffstat (limited to 'nova-compute-instance.yaml')
-rw-r--r-- | nova-compute-instance.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nova-compute-instance.yaml b/nova-compute-instance.yaml index 1b73e812..2d8168a8 100644 --- a/nova-compute-instance.yaml +++ b/nova-compute-instance.yaml @@ -171,7 +171,8 @@ parameters: OvercloudComputeFlavor: description: Use this flavor type: string - default: baremetal + constraints: + - custom_constraint: nova.flavor RabbitHost: type: string RabbitUserName: |