From 27fda4dcdf4f3bc9cb7c32702a95281224fef0c7 Mon Sep 17 00:00:00 2001 From: Mark Doffman Date: Wed, 3 Sep 2014 19:12:50 +0000 Subject: Openstack services strata and configuration. Add a stratum for openstack services that includes all the core openstack service code and daemons. Add configuration files for keystone, glance, nova and nova-compute. Add a system and cluster definition that builds an image that runs keystone, glance and nova. --- openstack/etc/nova/release.sample | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 openstack/etc/nova/release.sample (limited to 'openstack/etc/nova/release.sample') diff --git a/openstack/etc/nova/release.sample b/openstack/etc/nova/release.sample new file mode 100644 index 00000000..4c0d8e48 --- /dev/null +++ b/openstack/etc/nova/release.sample @@ -0,0 +1,4 @@ +[Nova] +vendor = Fedora Project +product = OpenStack Nova +package = 1.fc18 -- cgit v1.2.1