From 8de7d921a3f8b7375691a4fbcfcfa8a66c49226c Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Tue, 14 Apr 2015 18:54:57 +0000 Subject: OpenStack: Split nova into control and compute This adds NOVA_ENABLE_{CONTROLLER,COMPUTE}. Both are enabled by deafult, but if CONTROLLER is enabled but COMPUTE isn't, then the conductor service is enabled. Change-Id: I523a7270d4afdcd1e2a30eaac42ea499581fe971 --- openstack/manifest | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'openstack/manifest') diff --git a/openstack/manifest b/openstack/manifest index 8911abbf..4657d218 100644 --- a/openstack/manifest +++ b/openstack/manifest @@ -99,7 +99,8 @@ 0040755 0 0 /usr/share/openstack/neutron/plugins/vmware 0100644 0 0 /usr/share/openstack/neutron/plugins/vmware/nsx.ini 0040755 0 0 /usr/share/openstack/nova -0100644 0 0 /usr/share/openstack/nova.yml +0100644 0 0 /usr/share/openstack/nova-config.yml +0100644 0 0 /usr/share/openstack/nova-db.yml 0100644 0 0 /usr/share/openstack/nova/logging.conf 0100644 0 0 /usr/share/openstack/nova/nova.conf 0100644 0 0 /usr/share/openstack/nova/nova-compute.conf @@ -131,7 +132,8 @@ 0100644 0 0 /usr/lib/systemd/system/openstack-neutron-ovs-cleanup.service 0100644 0 0 /usr/lib/systemd/system/openstack-neutron-dhcp-agent.service 0100644 0 0 /usr/lib/systemd/system/openstack-neutron-l3-agent.service -0100644 0 0 /usr/lib/systemd/system/openstack-nova-setup.service +0100644 0 0 /usr/lib/systemd/system/openstack-nova-config-setup.service +0100644 0 0 /usr/lib/systemd/system/openstack-nova-db-setup.service 0100644 0 0 /usr/lib/systemd/system/openstack-nova-compute.service 0100644 0 0 /usr/lib/systemd/system/openstack-nova-conductor.service 0100644 0 0 /usr/lib/systemd/system/openstack-nova-api.service -- cgit v1.2.1