fix url in preseed_post_anamon.
Change-Id: I5416544bea020eaea7bd8e5b867c2d53bd0678c4
This commit is contained in:
parent
cbdb6093bd
commit
975ac6820c
@ -66,7 +66,7 @@ cat << EOF > /etc/init.d/set_state
|
|||||||
# Description: set_state runs the first time a machine is booted after
|
# Description: set_state runs the first time a machine is booted after
|
||||||
# installation.
|
# installation.
|
||||||
#end raw
|
#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
|
update-rc.d -f set_state remove
|
||||||
mv /etc/init.d/set_state /tmp/set_state
|
mv /etc/init.d/set_state /tmp/set_state
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user