Go to file
Thierry Carrez 974c29cf5a Move rootwrap code to openstack.common
Copies current nova-rootwrap code to openstack.common, so that it
can be reused by Cinder and Quantum.

Implements blueprint common-rootwrap.

Before it can be used in projects, update.py needs to grow the
capability to deploy files in bin/ and etc/, as well as replacing
a placeholder text by the destination project name in source files
and binary names.

In this proposed version, the placeholder text is "oslo".

Change-Id: I8655d5b3cccacd1cc2225aa539339fb478615422
2012-12-20 10:06:05 +01:00
2012-11-18 18:19:50 -08:00
2012-11-18 18:19:50 -08:00
2012-09-13 06:07:49 +08:00
2012-04-26 15:13:55 -07:00
2012-07-02 17:19:06 -04:00
2012-01-06 10:19:25 -08:00
2012-07-02 17:19:06 -04:00
2012-11-28 17:05:36 +00:00

Common code for Openstack Projects.

To run tests in virtualenvs (preferred):

  sudo pip install tox
  tox

To run tests in the current environment:

  sudo pip install -r tools/pip-requires
  nosetests
Description
RETIRED, further work has moved to Debian project infrastructure
Readme 2.3 MiB