diff --git a/packstack/puppet/modules/packstack/templates/glance-index.erb b/packstack/puppet/modules/packstack/templates/glance-index.erb index 2407ecebf..a7b27e7be 100644 --- a/packstack/puppet/modules/packstack/templates/glance-index.erb +++ b/packstack/puppet/modules/packstack/templates/glance-index.erb @@ -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