Remove advertise-host from service file

The regex used is environment-specific, let's just not pass this
argument for now (it's optional).

Change-Id: Ia5194ecbb7ec5425ee902338631559f8415308f2
This commit is contained in:
Jim Rollenhagen 2014-03-28 09:52:41 -07:00
parent 6199c7eb2e
commit e4f2a04660
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[Service]
ExecStart=/usr/bin/docker run -p 9999:9999 -privileged=true -v=/sys:/mnt/sys oemdocker /usr/local/bin/ironic-python-agent --ipaddr="`ip a | grep '10\.' | sed -e 's/inet \(10\.[0-9\.]\+\).*/\1/'`"
ExecStart=/usr/bin/docker run -p 9999:9999 -privileged=true -v=/sys:/mnt/sys oemdocker /usr/local/bin/ironic-python-agent
Restart=always
[Install]