diff options
Diffstat (limited to 'ci/deploy.sh')
-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 |