Feature fix hostname os
Compare changes
+ 1
− 2
@@ -70,13 +70,12 @@ Vagrant.configure("2") do |config|
Somehow, openstack set hostname with .novalocal
which will cause ansible not finding any playbook to run.
Using hostname -s
will get shortest hostname which trim .novalocal
off.