Merge "Some bugfixes in simple_deploy.sh"
authorMichael Chapman <michapma@redhat.com>
Wed, 25 Jan 2017 13:11:36 +0000 (13:11 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 25 Jan 2017 13:11:36 +0000 (13:11 +0000)
build/rpm_specs/openstack-congress.spec
lib/post-install-functions.sh

index 5f4d7b3..37023be 100644 (file)
@@ -19,6 +19,7 @@ OpenStack policy manager
 
 %prep
 %setup -q
+rm requirements.txt
 
 
 %build
index eab1740..c951478 100755 (executable)
@@ -221,7 +221,7 @@ done
 # Print out the undercloud IP and dashboard URL
 source stackrc
 echo "Undercloud IP: $UNDERCLOUD, please connect by doing 'opnfv-util undercloud'"
-echo "Overcloud dashboard available at http://\$(openstack stack output show overcloud PublicVip | sed 's/"//g')/dashboard"
+echo "Overcloud dashboard available at http://\$(openstack stack output show overcloud PublicVip -f json | jq -r .output_value)/dashboard"
 EOI
 
 if [[ "$ha_enabled" == 'True' ]]; then