From b082044ca3c378e9ad52710bdfa896b8e26fc30b Mon Sep 17 00:00:00 2001 From: David Lenwell Date: Tue, 22 Oct 2013 21:55:11 -0700 Subject: [PATCH] moved scratch out of readme --- NOTES.md | 23 +++++++++++++++++++++++ README.md | 25 ------------------------- 2 files changed, 23 insertions(+), 25 deletions(-) create mode 100644 NOTES.md diff --git a/NOTES.md b/NOTES.md new file mode 100644 index 00000000..47bd5f91 --- /dev/null +++ b/NOTES.md @@ -0,0 +1,23 @@ + + +sudo apt-get install libxml2-dev libxslt-dev lib32z1-dev python2.7-dev libssl-dev + +pip install ftp://xmlsoft.org/libxml2/python/libxml2-python-2.6.9.tar.gz + +#checkout temptest +git clone git@github.com:openstack/tempest.git + +cd tempest +python setup.py install + + +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 + + + + + + diff --git a/README.md b/README.md index 2e573bd7..1d363846 100755 --- a/README.md +++ b/README.md @@ -6,28 +6,3 @@ Vendor-facing API for registration of interop-compliance endpoints and credentia Running at http://refstack.org See (living) documentation at https://etherpad.openstack.org/RefStackBlueprint -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 python2.7-dev libssl-dev - -pip install ftp://xmlsoft.org/libxml2/python/libxml2-python-2.6.9.tar.gz - - -#checkout temptest -git clone git@github.com:openstack/tempest.git - -cd tempest -python setup.py install - - - -