fix url in preseed_post_anamon.

Change-Id: I5416544bea020eaea7bd8e5b867c2d53bd0678c4
This commit is contained in:
Xicheng Chang 2016-08-16 19:14:20 -04:00
parent cbdb6093bd
commit 975ac6820c
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ cat << EOF > /etc/init.d/set_state
# Description: set_state runs the first time a machine is booted after
# installation.
#end raw
wget -O /tmp/os_state --post-data='{"ready": true}' --header=Content-Type:application/json "http://www.stack360.io/api/hosts/${hostname}/state_internal"
wget -O /tmp/os_state --post-data='{"ready": true}' --header=Content-Type:application/json "http://c.stack360.io/api/hosts/${hostname}/state_internal"
update-rc.d -f set_state remove
mv /etc/init.d/set_state /tmp/set_state
EOF