diskimage-builder/elements/os-svc-install
Tim Miller ea57869d3e Run all openstack services in virtualenvs:
Python package dependency conflicts have been observed
to occur for certain combinations of services at certain
revision.

Running all services in virtualenvs removes the issue.

Change-Id: I100817569b43a5af3427b0ae20cebdc7d55d03a5
2013-04-02 18:13:07 -07:00
..
bin Run all openstack services in virtualenvs: 2013-04-02 18:13:07 -07:00
pre-install.d Run all openstack services in virtualenvs: 2013-04-02 18:13:07 -07:00
README.md Consolidate common OS installation into a script: 2013-02-13 11:06:00 -08:00

Installs 'os-svc-install', a script to perform one-line installs of init-controlled openstack services from github.

Example Usage

os-svc-install -u nova -n nova-all -c 'nova-all --someoption' -r https://github.com/openstack/nova.git

The above command will pip-install the repo specified by '-r', and create a service start script called nova-all (from -n), which starts the command specified by -c as user -u