OpenStack Nova Puppet Module
Go to file
François Charlier 3d33743b2e 'nova' user conflicts with package-created user
In Debian/Ubuntu, the 'nova' user is now created as a system user, which
makes sense.
The 'nova' user created in the 'nova' class is not created as a system
user and is created before the 'nova-common' package is installed and
prevents the installation of the package.
So, require the package to be installed before puppet checks the user
existence and create the 'nova' user as a system user.

Signed-off-by: François Charlier <francois.charlier@enovance.com>
2012-03-16 18:37:24 +01:00
lib/puppet (#13122) Update nova_config to allow spaces in values 2012-03-14 16:56:38 -07:00
manifests 'nova' user conflicts with package-created user 2012-03-16 18:37:24 +01:00
spec 'nova' user conflicts with package-created user 2012-03-16 18:37:24 +01:00
templates Converted into nova module repo. 2011-06-16 20:29:58 -07:00
tests Fixed network values 2011-08-16 10:26:17 +10:00
.gitignore added submodules. 2011-05-31 18:12:28 -07:00
LICENSE Converted into nova module repo. 2011-06-16 20:29:58 -07:00
README Note that master no longer supports Diablo 2012-03-14 16:06:52 -07:00

README

h1. Prerequisites

The openstack repo should be made available:
see: http://docs.openstack.org/cactus/openstack-compute/admin/content/installing-the-cloud-controller.html

This is currently known not to work on 2.6.4.

Master of this repo is now targetting the essex version of openstack.

For Diablo support, try the diablo branch of this repo