summaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2015-12-15 15:47:55 -0500
committerDan Radez <dradez@redhat.com>2015-12-18 17:06:14 -0500
commitcd890bcf3bacc4c28a2e4b3716eca6677d7355bb (patch)
tree7fc4cecfc43a6d9b00b6cf9624f9d1bc3788d797 /ci/deploy.sh
parentf79e4a1703ba54008e7049b041600546e0482f75 (diff)
cleaning out some tarball manipulations from Makefile that are unnessesary
Change-Id: I4a585a5e72872fa1887aa4487ebd7b17d07feacc
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-xci/deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index d090280c..7b72e7be 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -478,7 +478,7 @@ if [ -n "$DEPLOY_SETTINGS_FILE" ]; then
openstack-config --set undercloud.conf DEFAULT inspection_iprange ${deploy_options_array['provisioning_inspection_iprange']}
openstack-config --set undercloud.conf DEFAULT undercloud_debug false
- if [ -n "$net_isolation_enabled" ]; then
+ if [ -n "$net_isolation_enabled" ]; then
sed -i '/ControlPlaneSubnetCidr/c\\ ControlPlaneSubnetCidr: "${deploy_options_array['provisioning_cidr']##*/}"' network-environment.yaml
sed -i '/ControlPlaneDefaultRoute/c\\ ControlPlaneDefaultRoute: ${deploy_options_array['provisioning_gateway']}' network-environment.yaml
sed -i '/ExternalNetCidr/c\\ ExternalNetCidr: ${deploy_options_array['ext_net_cidr']}' network-environment.yaml