[CI] Fix neutron job
Change-Id: Iaab22eb32a57d02bf3d17a23524f78ded116188d
This commit is contained in:
parent
e3652243c5
commit
04a96c9be2
@ -55,10 +55,10 @@ function setUp () {
|
||||
set -e
|
||||
if [ "$NEUTRON_EXISTS" ]; then
|
||||
OS_QUOTA_STR="--networks -1 --subnets -1 --routers -1 --floating-ips -1 --subnetpools -1 --secgroups -1 --secgroup-rules -1 --ports -1"
|
||||
openstack --debug --os-interface admin quota set $OS_QUOTA_STR rally-test-project-1
|
||||
openstack --debug --os-interface admin quota show rally-test-project-1
|
||||
openstack --debug --os-interface admin quota set $OS_QUOTA_STR rally-test-project-2
|
||||
openstack --debug --os-interface admin quota show rally-test-project-2
|
||||
openstack --debug quota set $OS_QUOTA_STR rally-test-project-1
|
||||
openstack --debug quota show rally-test-project-1
|
||||
openstack --debug quota set $OS_QUOTA_STR rally-test-project-2
|
||||
openstack --debug quota show rally-test-project-2
|
||||
fi
|
||||
|
||||
DEPLOYMENT_CONFIG_FILE=~/.rally/with-existing-users-config
|
||||
|
Loading…
Reference in New Issue
Block a user