diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-08-09 22:41:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-09 22:41:40 +0000 |
commit | 4df6477f0b8b92ef6da1cd84a17d51b3e6ea31bb (patch) | |
tree | 16105d357ab9477d6e262a1e8967ad80381d881c | |
parent | 2f823d98d676b0465c01361f1ba942d14a3e974c (diff) | |
parent | 705ee80d0d4435680341a931a2be158c4ba549d2 (diff) |
Merge "Rename juju run --service flag to --application"
-rwxr-xr-x | ci/openstack.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/openstack.sh b/ci/openstack.sh index 3a9a7ebe..ed082b9b 100755 --- a/ci/openstack.sh +++ b/ci/openstack.sh @@ -170,7 +170,7 @@ if [ "$API_FQDN" != "None" ]; then fi" # remove this enhancement for heat that does not manage endpoints - juju run --service=heat "cp /etc/hosts /tmp/hosts ; \ + juju run --application=heat "cp /etc/hosts /tmp/hosts ; \ grep -v $API_FQDN /tmp/hosts > /etc/hosts" #change in jumphost as well as below commands will run on jumphost |