Change the command of creating default flavor in devstack plugin

We have changed "openstack baremetal instance type xxx" commands to
"openstack baremetal flavor xxx".

Change-Id: I25f8914a857044845ec0f683b80457c61123f945
This commit is contained in:
liusheng 2016-12-26 14:07:23 +08:00
parent bed9b58741
commit 83349cff8f
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ function _nimble_cleanup_nimble_dashboard {
function create_instance_type {
openstack baremetal compute type create ${NIMBLE_DEFAULT_INSTANCE_TYPE} --description 'Nimble default instance type'
openstack baremetal flavor create ${NIMBLE_DEFAULT_INSTANCE_TYPE} --description 'Nimble default instance type'
}