Fix wrong command for validation check

We need to change from osh-infra to openstack
because ceph-openstack-config release runs in openstack namespace.

Change-Id: I28b57abf02d2437569c7c7c8d75ec8ba19d84311
This commit is contained in:
John Haan 2019-02-21 10:01:21 +09:00
parent 7387ecd71c
commit ff5ce99911

View File

@ -51,6 +51,6 @@ helm upgrade --install ceph-openstack-config ./ceph-provisioners \
./tools/deployment/common/wait-for-pods.sh openstack
#NOTE: Validate Deployment info
kubectl get -n osh-infra jobs --show-all
kubectl get -n osh-infra secrets
kubectl get -n osh-infra configmaps
kubectl get -n openstack jobs --show-all
kubectl get -n openstack secrets
kubectl get -n openstack configmaps