From fcbb6f541ddd104dc765b4c23d444e51df21bc29 Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Robles Date: Tue, 31 May 2016 14:15:54 +0300 Subject: Take 'host' parameter from nova manifest into use Recently the 'host' parameter was added to the nova manifest. So we no longer need to manually add it to the configuration. Change-Id: I6f3dc50ea8737e5e7cd859685a9308edff976f31 Depends-On: Icce3ebc401442651942f8de3eabffadaad812377 --- puppet/hieradata/compute.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'puppet/hieradata') diff --git a/puppet/hieradata/compute.yaml b/puppet/hieradata/compute.yaml index 1e888f39..40d4d47f 100644 --- a/puppet/hieradata/compute.yaml +++ b/puppet/hieradata/compute.yaml @@ -1,5 +1,6 @@ # Hiera data here applies to all compute nodes +nova::host: "%{::fqdn}" nova::notify_on_state_change: 'vm_and_task_state' nova::notification_driver: messagingv2 nova::compute::enabled: true -- cgit 1.2.3-korg