added notes
This commit is contained in:
parent
3814fabf32
commit
c9ee29aa06
15
README.md
15
README.md
@ -10,3 +10,18 @@ http://ci.openstack.org/stackforge.html
|
||||
http://ci.openstack.org/devstack-gate.html
|
||||
https://github.com/openstack-infra/config/
|
||||
http://pythonhosted.org/WSME/index.html
|
||||
|
||||
|
||||
NOTES:
|
||||
|
||||
To install temptest so that refstack cli works to works (this will later be done with tox and in a slick way right now this is hacky) in ubuntu I did the following:
|
||||
|
||||
# setting up tempest fails unless I install these libs first .. for some reason pip fails if you don't.
|
||||
sudo apt-get install libxml2-dev libxslt-dev lib32z1-dev
|
||||
|
||||
#checkout temptest
|
||||
git clone git@github.com:openstack/tempest.git
|
||||
|
||||
cd tempest
|
||||
python setup.py install
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user