Merge remote-tracking branch 'yahoo/master'

This commit is contained in:
Joshua Harlow 2012-09-12 18:28:54 -07:00
commit 18e65fa447
2 changed files with 7 additions and 6 deletions

View File

@ -117,7 +117,7 @@ components:
- name: python-setuptools
removable: false
pip_to_package:
# Shared pypi packages + there package information.
# Shared pypi packages + their package information.
# Packages is what is really used for installation (the pypi name
# is just for matching since the general section is not python code).
- name: pylint
@ -220,6 +220,7 @@ components:
target: "/usr/lib/python2.6/site-packages/webob"
pips:
# Pips that aren't packages yet (or versions aren't right...)
- name: cmd2
- name: coverage
- name: distribute
removable: false
@ -233,6 +234,10 @@ components:
options: # Force it to upgrade
- "-U"
removable: false
# This seems to cause conflicts with
# the yum version that comes installed so use the pip version
- name: pyparsing
removable: false
- name: requests
- name: sphinx
- name: sqlalchemy # Need this or nova pukes with 'Did not recognize type 'BIGINT' of column 'bw_in''
@ -445,10 +450,6 @@ components:
pips:
- name: cliff
- name: cliff-tablib
# This seems to cause conflicts with
# the yum version that comes installed so use the pip version
- name: pyparsing
removable: false
rabbit-mq:
action_classes:
install: anvil.components.rabbit:RabbitInstaller

View File

@ -4,7 +4,7 @@
ANVIL Documentation
=====================
.. rubric:: Everything about ANVIL, a set of **python** scripts and utilities to quickly deploy an OpenStack cloud.
.. rubric:: Everything about ANVIL, a set of **python** scripts and utilities to forge raw openstack into a productive tool!
----