Continue of rename to anvil

This commit is contained in:
Joshua Harlow 2012-05-02 21:29:35 -07:00
parent 7917ac4063
commit 012a952017
2 changed files with 7 additions and 9 deletions

View File

@ -25,8 +25,8 @@ Stable *tags* can also be downloaded:
https://github.com/yahoo/Openstack-DevstackPy/tags.
**Note:** that for these tags you may have to edit *conf/anvil.ini*
to point to stable branch/es for the various *OpenStack* components.
**Note:** that for these tags you may have to edit ``conf/anvil.ini``
to point to tags other than ``master``
Bugs/Features
=============
@ -42,7 +42,7 @@ Feel free to hack but please try to follow the `hacking guidelines`_
Discussions
===========
Please either use `launchpads email system`_ or find us on ``irc.freenode.net`` in channel ``#openstack-anvil``
Please either use `launchpads email system`_ or find us on ``irc.freenode.net`` in channel ``#openstack-anvil`` or in the main openstack dev channel ``#openstack-dev``. Feel free to bug us!
.. _apache version 2.0 license: https://github.com/yahoo/Openstack-DevstackPy/blob/master/LICENSE
.. _githubs issue tracking system: https://github.com/yahoo/Openstack-Devstackpy/issues

View File

@ -8,6 +8,8 @@ Ubuntu 11.10 (Oneiric Ocelot)
- Resetting/cleaning up the network on uninstall doesnt seem to be
*100%* correct
There is a script in ``tools/clear-net-ubuntu.sh`` that might help with this.
RHEL 6.2
--------
@ -17,12 +19,8 @@ RHEL 6.2
code directly but the *numpy* dependency cant be installed with the
previous symlink. We are currently just using *pip* to fix this.
- Fixing up the network on uninstall doesnt seem to be 100% correct
- I (josh) dont really like how we have to edit the *httpd.conf* to use
the current sudo user. Without this though it doesnt seem like
*python-wsgi* can access the users libraries that are downloaded and
other files cant be accessed either. This could be solved by having
a new user and group and doing what devstack.sh does (but this
seems like overkill).
We might need a script like the ``tools/clear-net-ubuntu.sh`` to help in this situation.
Others
------