Updates prior to moving to stackforge

This commit is contained in:
Dmitry Tantsur 2014-11-12 14:10:21 +01:00
parent 2e4db6e1db
commit 5f2228798c
2 changed files with 9 additions and 3 deletions

View File

@ -49,10 +49,15 @@ package and should be done separately.
*ironic-discoverd* requires OpenStack Juno (2014.2) release or newer.
Please use launchpad_ to report bugs and ask questions. Use PyPI_ for
downloads and accessing the released version of this README.
.. _OpenStack Ironic: https://wiki.openstack.org/wiki/Ironic
.. _Tuskar UI: https://pypi.python.org/pypi/tuskar-ui
.. _TripleO: https://wiki.openstack.org/wiki/TripleO
.. _instack-undercloud: https://openstack.redhat.com/Deploying_an_RDO_Undercloud_with_Instack
.. _launchpad: https://bugs.launchpad.net/ironic-discoverd
.. _PyPI: https://pypi.python.org/pypi/ironic-discoverd
Installation
------------
@ -66,7 +71,7 @@ Otherwise after enabling required repositories install it using::
and proceed with `Configuration`_.
Alternatively, you can install package from PyPI (you may want to use
Alternatively, you can install package from PyPI_ (you may want to use
virtualenv to isolate your environment)::
pip install ironic-discoverd

View File

@ -3,11 +3,12 @@ from setuptools import setup
setup(
name = "ironic-discoverd",
version = "0.2.2",
version = "0.2.3",
description = "Hardware properties discovery for OpenStack Ironic",
author = "Dmitry Tantsur",
author_email = "dtansur@redhat.com",
url = "https://github.com/Divius/ironic-discoverd/",
url = "https://launchpad.net/ironic-discoverd",
download_url = "https://pypi.python.org/pypi/ironic-discoverd",
packages = ['ironic_discoverd'],
install_requires = ['Flask', 'python-ironicclient', 'eventlet',
'python-keystoneclient', 'requests', 'six'],