commit | 6e3a4c56a553e340d08fdc245e3b491b29d17e12 | [log] [tgz] |
---|---|---|
author | Jesse Andrews <anotherjesse@gmail.com> | Sun Nov 06 09:35:13 2011 -0800 |
committer | Jesse Andrews <anotherjesse@gmail.com> | Sun Nov 06 09:35:13 2011 -0800 |
tree | 738b0c94941807a880d96179b50bd47b5486795e | |
parent | b17c4f30eb6038f58e0186d8621406b68bf54914 [diff] [blame] |
run hostname on remote server
diff --git a/tools/build_uec.sh b/tools/build_uec.sh index ee78192..cbcdad6 100755 --- a/tools/build_uec.sh +++ b/tools/build_uec.sh
@@ -171,7 +171,7 @@ cat > $vm_dir/uec/user-data<<EOF #!/bin/bash # hostname needs to resolve for rabbit -sed -i "s/127.0.0.1/127.0.0.1 `hostname`/" /etc/hosts +sed -i "s/127.0.0.1/127.0.0.1 \`hostname\`/" /etc/hosts apt-get update apt-get install git sudo -y git clone https://github.com/cloudbuilders/devstack.git