Disable localboot

This requires a patched version of diskimage-builder, and right now
we have an ugly version wedge in delorean that prevents us from
using it.  In order to unblock all of the other work going on,
disable localboot until we can resolve the delorean issue.

Change-Id: I57a9e8ac6614c6097831f60372fe754fb2fcbf8a
This commit is contained in:
Ben Nemec 2015-03-26 12:32:47 -05:00
parent e5d0fc9c12
commit b0a94a9249

View File

@ -277,14 +277,12 @@ function setup_flavors {
echo " Setting baremetal_control flavor keys ... "
nova flavor-key baremetal_control set \
"cpu_arch"="x86_64" \
"capabilities:boot_option"="local" \
"profile=control"
nova flavor-show baremetal_control
echo " Setting baremetal_compute flavor keys ... "
nova flavor-key baremetal_compute set \
"cpu_arch"="x86_64" \
"capabilities:boot_option"="local" \
"profile=compute"
nova flavor-show baremetal_compute
}