diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-07-29 06:06:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-07-29 06:06:41 +0000 |
commit | c81c0df0ea34cab0d2d28842aaa857c02e5ec3c2 (patch) | |
tree | c806bfb69aa6ccca7feeb682ff3993de653e8dd7 | |
parent | 6f7ab5417ef553b594cd2131c92442a2126df225 (diff) | |
parent | 8e4c24f1fbde88a1ca508f13bb1396d10a2819f5 (diff) |
Merge "exposing the ceph-radosgw port and also creating users."
-rwxr-xr-x | ci/deploy.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index 4d5596fd..d5c8cc2d 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -151,6 +151,9 @@ check_status() { done 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"' + echo "...... deployment finishing ......." } |