nodepool-builder: fix servername

This should be set for each host's name; this looks like it was just
not templated correctly from the initial commit
I230f5291e0bd928af2e00966d76c3f385b749cb6.

Change-Id: If86ee21268c0fe6bb60c61750f551db89234ed0e
This commit is contained in:
Ian Wienand 2020-05-07 13:09:04 +10:00
parent d58fcd30d9
commit 7a9fa2e530

View File

@ -12,7 +12,7 @@
<VirtualHost *:443>
ServerName nb01.openstack.org
ServerName {{ inventory_hostname }}
SSLEngine on
@ -58,4 +58,4 @@
CustomLog /var/log/apache2/nodepool_access.log combined
ServerSignature Off
</VirtualHost>
</VirtualHost>