From 18ac5bcf2be8d8bdbfd5066ef25d57c3c36725e1 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Thu, 11 Aug 2016 05:30:57 -0500 Subject: to adjust the worker mutiplier for api service so that not too many instance of API service spawned up. Change-Id: Ia1d5b542c3f97cbdc7b5523fc8d45b90ed836aa2 Signed-off-by: Narinder Gupta --- ci/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/deploy.sh') diff --git a/ci/deploy.sh b/ci/deploy.sh index 15aa60e5..2e575898 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -152,7 +152,7 @@ check_status() { status=`juju action do heat/0 domain-setup` echo $status juju expose ceph-radosgw - juju ssh ceph/0 \ 'sudo radosgw-admin user create --uid="ubuntu" --display-name="Ubuntu Ceph"' + #juju ssh ceph/0 \ 'sudo radosgw-admin user create --uid="ubuntu" --display-name="Ubuntu Ceph"' echo "...... deployment finishing ......." } -- cgit 1.2.3-korg