Remove doc references to distribute.

Change-Id: I9ea56b6d765fa7214e4bcc0dbca877b411171eea
This commit is contained in:
Monty Taylor
2013-07-05 22:26:06 -04:00
parent b26b0a0860
commit f0a2770342
2 changed files with 2 additions and 2 deletions

View File

@@ -124,7 +124,7 @@ You can manually install the virtual environment instead of having
This will install all of the Python packages listed in the
``requirements.txt`` file into your virtualenv. There will also be some
additional packages (pip, distribute, greenlet) that are installed
additional packages (pip, setuptools, greenlet) that are installed
by the ``tools/install_venv.py`` file into the virutalenv.
If all goes well, you should get a message something like this::

View File

@@ -8,7 +8,7 @@ Named hooks are added to nova code via a decorator that will lazily load
plugin code matching the name. The loading works via setuptools
`entry points`_.
.. _`entry points`: http://packages.python.org/distribute/pkg_resources.html#entry-points
.. _`entry points`: http://pythonhosted.org/setuptools/pkg_resources.html#entry-points
What are hooks good for?
------------------------