From 7f138d531f5d30dddef1a5b828b91bf26b71ea06 Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Wed, 1 Apr 2015 09:04:02 +0000 Subject: Openstack: Make Ironic configurable This commit configures Ironic to integrate with Keystone, Neutron and Glance. Nova integration will be added in a following commit. Change-Id: Id557e8e048b6051d764b4915192cfd55bfe68d32 --- openstack/manifest | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'openstack/manifest') diff --git a/openstack/manifest b/openstack/manifest index 4fa106ae..ad2841d8 100644 --- a/openstack/manifest +++ b/openstack/manifest @@ -24,6 +24,10 @@ 0100644 0 0 /usr/share/openstack/glance/glance-api-paste.ini 0100644 0 0 /usr/share/openstack/glance/glance-registry-paste.ini 0100644 0 0 /usr/share/openstack/horizon.yml +0040755 0 0 /usr/share/openstack/ironic +0100644 0 0 /usr/share/openstack/ironic.yml +0100644 0 0 /usr/share/openstack/ironic/ironic.conf +0100644 0 0 /usr/share/openstack/ironic/policy.json 0100644 0 0 /usr/share/openstack/keystone.yml 0040755 0 0 /usr/share/openstack/keystone 0100644 0 0 /usr/share/openstack/keystone/logging.conf @@ -119,6 +123,9 @@ 0100644 0 0 /usr/lib/systemd/system/openstack-glance-api.service 0100644 0 0 /usr/lib/systemd/system/openstack-glance-registry.service 0100644 0 0 /usr/lib/systemd/system/openstack-horizon-setup.service +0100644 0 0 /usr/lib/systemd/system/openstack-ironic-setup.service +0100644 0 0 /usr/lib/systemd/system/openstack-ironic-api.service +0100644 0 0 /usr/lib/systemd/system/openstack-ironic-conductor.service 0100644 0 0 /usr/lib/systemd/system/openstack-network-setup.service 0100644 0 0 /usr/lib/systemd/system/openstack-neutron-setup.service 0100644 0 0 /usr/lib/systemd/system/openstack-neutron-server.service -- cgit v1.2.1