From 975ac6820cf27d1d034d160fc8cb952e1b1f68c5 Mon Sep 17 00:00:00 2001 From: Xicheng Chang Date: Tue, 16 Aug 2016 19:14:20 -0400 Subject: [PATCH] fix url in preseed_post_anamon. Change-Id: I5416544bea020eaea7bd8e5b867c2d53bd0678c4 --- misc/adapter_changes/preseed_post_anamon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/adapter_changes/preseed_post_anamon b/misc/adapter_changes/preseed_post_anamon index a1235466..216e70dc 100644 --- a/misc/adapter_changes/preseed_post_anamon +++ b/misc/adapter_changes/preseed_post_anamon @@ -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