Use the full OpenStackClient option name to specify region

Change-Id: I5b0945a23efe96b481e08871e87c988c8f63a224
This commit is contained in:
Pierre Riteau 2018-07-04 14:33:00 +01:00
parent c2ab836293
commit 5914e22de4
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ function create_blazar_cache_dir {
# create_blazar_aggregate_freepool() - Create a Nova aggregate to use as freepool (for host reservation)
function create_blazar_aggregate_freepool {
openstack --os-region $REGION_NAME aggregate create $BLAZAR_FREEPOOL_NAME
openstack --os-region-name $REGION_NAME aggregate create $BLAZAR_FREEPOOL_NAME
}
# create_blazar_accounts() - Set up common required Blazar accounts