Update undercloud flavor stats

These changes in the undercloud flavor are already live in the cloud,
per:
http://lists.openstack.org/pipermail/openstack-dev/2016-August/102200.html

Change-Id: I041f72d076230e9913b59c53948cfa2a48812df3
This commit is contained in:
James Slagle 2016-08-25 15:56:14 -04:00
parent b881ff28ed
commit 60fd785351
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ source $1
# We can't use heat to create the flavors as they can't be given a name with the heat resource
nova flavor-show bmc || nova flavor-create bmc auto 512 20 1
nova flavor-show baremetal || nova flavor-create baremetal auto 6144 41 1
nova flavor-show undercloud || nova flavor-create undercloud auto 6144 40 2
nova flavor-show undercloud || nova flavor-create undercloud auto 8192 40 4
# Remove the flavors that provide most disk space, the disks on rh2 are small we've over commited
# disk space, so this will help protect against an single instance filling the disk on a compute node