diff --git a/setup.sh b/setup.sh index 4b214c2dfaf762c5c431c8100da61e86cfb42fc1..386a8a069930763084a0886534b439e0960aa4d6 100644 --- a/setup.sh +++ b/setup.sh @@ -11,7 +11,7 @@ while [ $secs -gt 0 ]; do done # Get both downscale and upscale webhooks from stack output and feed to service project directory -openstack stack output show --all autoscale_scheduler | grep -Eo "(https)://[a-zA-Z0-9./?&=_%:-]*" > infcode-golang/scheduleroutputdata.txt +openstack stack output show --all scaling_scheduler | grep -Eo "(https)://[a-zA-Z0-9./?&=_%:-]*" > infcode-golang/scheduleroutputdata.txt # Install golang if not installed sudo apt-get update