diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-11-02 13:42:22 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-11-02 23:02:48 -0500 |
commit | 769c8026c814a4746db2bd7ff1cd2937e74381bd (patch) | |
tree | 6957d200aeeb091f4476312eb2586b262186ae4c /juju/configure-juju-on-openstack | |
parent | 1e29dbbb3bfb71fa4c79a67dcd07b9cddca63ac2 (diff) |
modified worker mutiplier from 1.0 to 1.1 as 1.0 is considered as
integer rather than floating.
Change-Id: I463b7b3334d5c453caf5397baab9e4f36b7892df
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'juju/configure-juju-on-openstack')
-rwxr-xr-x | juju/configure-juju-on-openstack | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juju/configure-juju-on-openstack b/juju/configure-juju-on-openstack index 8040e821..bf31514c 100755 --- a/juju/configure-juju-on-openstack +++ b/juju/configure-juju-on-openstack @@ -36,7 +36,7 @@ then associated=1 FLOAT_IP="$(openstack server list | grep jumpserver2 | awk '{ print $13 }')" else - FLOAT_IP="$(openstack ip floating create ext-net -c ip -f value)" + FLOAT_IP="$(openstack floating ip create ext-net -c floating_ip_address -f value)" fi #Launch an instance |