diff options
author | Sven Anderson <sven@redhat.com> | 2016-06-10 17:43:29 +0200 |
---|---|---|
committer | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2016-06-14 12:00:56 +0300 |
commit | 708bf15975d8bfb4b7bc9426a86369d82c0d4dd9 (patch) | |
tree | 228fa29aeca9f8f71ec80a5ea20a9db797a56607 /puppet/hieradata | |
parent | 16d04892919d097dc5a8470727b9b6f816682ba3 (diff) |
Enable nova-compute as a composable service
Implement NovaCompute service using nova-base for common parameters.
Depends-On: I57f729daf675674ce37b49e17652c575715fbe23
Implements: blueprint composable-services-within-roles
Change-Id: I4494a94a3813d255b9f2d5a18874efd6a63737df
Diffstat (limited to 'puppet/hieradata')
-rw-r--r-- | puppet/hieradata/compute.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/puppet/hieradata/compute.yaml b/puppet/hieradata/compute.yaml index 5a46fc2b..2d928cbf 100644 --- a/puppet/hieradata/compute.yaml +++ b/puppet/hieradata/compute.yaml @@ -3,10 +3,8 @@ nova::host: "%{::fqdn}" nova::notify_on_state_change: 'vm_and_task_state' nova::notification_driver: messagingv2 -nova::compute::enabled: true nova::compute::instance_usage_audit: true nova::compute::instance_usage_audit_period: 'hour' -nova::compute::vnc_enabled: true nova::compute::libvirt::migration_support: true |