diff options
author | Tim Rozet <trozet@redhat.com> | 2016-01-12 15:56:53 -0500 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-01-12 15:56:53 -0500 |
commit | ab108df51abd4b9e9f075d6123fc343abeadf64b (patch) | |
tree | 5608b889f85a7a74de82bafe5014ad143d6067bc | |
parent | 59fc6d84444d3d8a1b34938455af60c9f7b1b415 (diff) |
Fixes neutron net creation for post config
Neutron external net should be creatd on overcloud
Change-Id: I2c845e9af40d5dbe0106e542e24b9ef1b6169e31
Signed-off-by: Tim Rozet <trozet@redhat.com>
-rwxr-xr-x | ci/deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index bcc9c4b0..6f36371f 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -783,7 +783,7 @@ function configure_post_install { echo -e "${blue}INFO: Post Install Configuration Running...${reset}" ssh -T ${SSH_OPTIONS[@]} "stack@$UNDERCLOUD" <<EOI -source stackrc +source overcloudrc set -o errexit echo "Configuring Neutron external network" neutron net-create external --router:external=True |