RETIRED, First App Application for OpenStack
Go to file
Martin Paulo 9fe9c95be0 Added fix required to run on Ubuntu 14.04
When run with the NeCTAR Ubuntu 14.04 image the pip install of
the requirements.txt file fails because:

* pbr is already installed, and is an earlier version that that required
* there are other python packages required that are not installed.

This fix uses pip to upgrade the pbr version installed, and adds
the required packages to the requirments.txt file.

Closes-Bug: #1636150
Change-Id: I2b5a3988cfbaa1c2b6feec0a3e18dec805fcfb83
2016-10-25 17:03:37 +02:00
bin Add generated_by field to the database model 2015-04-03 10:32:57 +02:00
contrib Added fix required to run on Ubuntu 14.04 2016-10-25 17:03:37 +02:00
doc/source Remove the producer user 2015-04-01 05:42:57 +02:00
etc Remove 'verbose' from faafo.conf and update sample config file 2016-02-25 19:50:00 +01:00
faafo Fix a typo in the title of the project 2016-04-05 10:49:57 +00:00
.gitignore Cleanup worker and producer service 2015-03-27 12:41:23 +01:00
.gitreview Update .gitreview for new namespace 2015-10-17 22:10:20 +00:00
CONTRIBUTING.rst Link the "Developer's Guide" in the CONTRIBUTING file 2015-09-20 18:53:01 +02:00
LICENSE Initial commit 2015-02-11 19:54:02 +01:00
README.rst Update the documentation URL in the README file 2016-02-25 19:30:53 +01:00
Vagrantfile Vagrantfile: use shortcuts for memory and CPU settings 2015-09-20 19:15:50 +02:00
requirements.txt Added fix required to run on Ubuntu 14.04 2016-10-25 17:03:37 +02:00
setup.cfg remove python 2.6 trove classifier 2015-12-23 01:31:08 +00:00
setup.py Make tracker/worker/producer installable 2015-02-15 17:48:58 +01:00
test-requirements.txt Sync requirements with global requirements 2015-09-20 18:58:30 +02:00
tox.ini Strip down to use only one configuration file 2015-03-31 11:19:06 +02:00

README.rst

First App Application for OpenStack (faafo)

Developer documentation, the source of which is in doc/source/, is published at:

http://docs.openstack.org/developer/faafo/

Bugs and feature requests are tracked on Launchpad at:

https://bugs.launchpad.net/faafo

Contributors are encouraged to join IRC (#openstackfirstapp on freenode):

https://wiki.openstack.org/wiki/IRC

For information on contributing to the First App Application for OpenStack, see CONTRIBUTING.rst.