fix commands after test run

Change-Id: Ib66409c8f6fcd3584867a1a902e11de0718c41cb
This commit is contained in:
Andrey Pavlov 2015-10-16 14:24:13 +03:00
parent d46d0c4d77
commit 01e7e81216
1 changed files with 3 additions and 3 deletions

View File

@ -217,9 +217,9 @@ export OS_PROJECT_NAME=$OLD_OS_PROJECT_NAME
export OS_TENANT_NAME=$OLD_OS_PROJECT_NAME
export OS_USERNAME=$OLD_OS_USERNAME
export OS_PASSWORD=$OLD_OS_PASSWORD
nova list --all-tenants
cinder list --all-tenants
openstack server list --all-projects
openstack image list
openstack volume list --all-projects
cinder snapshot-list --all-tenants
glance image-list --all-tenants
exit $RETVAL