Merge "Fixing Glance to work with Liberty --all-tenants depricated"

This commit is contained in:
Jenkins
2016-03-16 10:01:57 +00:00
committed by Gerrit Code Review

View File

@@ -2,7 +2,7 @@
. /etc/nagios/keystonerc_admin
data=$(glance image-list --all-tenants 2>&1)
data=$(glance image-list --member-status all 2>&1)
rv=$?
if [ "$rv" != "0" ] ; then