Use -net=host for docker-puppet.py config gen
authorDan Prince <dprince@redhat.com>
Tue, 11 Apr 2017 17:51:26 +0000 (13:51 -0400)
committerDan Prince <dprince@redhat.com>
Tue, 11 Apr 2017 17:51:26 +0000 (13:51 -0400)
commit93e0e58bccae2f7cdd0a797447412287e717c619
tree518bb2071974a5e29acfb24c03886f26f62a5fe7
parent74684af1adb0326339abcf3825b001ecf11a1d2f
Use -net=host for docker-puppet.py config gen

We pass the short hostname to docker-puppet.py. In order to satisfy the
factor FQDN check for the short hostname we need to run the container
with --net=host in some cases.

Change-Id: I2929f122f23ee33e8ea5d4c5006d2bbb8b928b67
Closes-bug: #1681903
docker/docker-steps.j2