From 60fd785351e90a3f0c422df85f81914fcce04aa9 Mon Sep 17 00:00:00 2001 From: James Slagle Date: Thu, 25 Aug 2016 15:56:14 -0400 Subject: [PATCH] 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 --- scripts/prepare-ovb-cloud.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/prepare-ovb-cloud.sh b/scripts/prepare-ovb-cloud.sh index 69ccaf032..3c967004f 100755 --- a/scripts/prepare-ovb-cloud.sh +++ b/scripts/prepare-ovb-cloud.sh @@ -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