Clean up a little cruft
OpenStack runs a git service now, so instead of linking to github URLs, link to git.openstack.org. Versions for pbr in setup.py actually wind up being an error (and a very odd one) Remove them. The setup hook in setup.cfg is no longer needed. Change-Id: I8f48ac194e6c01e9bb06fa5df6f2b2bf28c01636
This commit is contained in:
parent
45fcd6f7ba
commit
c7e62d4c57
@ -2,7 +2,7 @@ Nova Client Style Commandments
|
|||||||
==============================
|
==============================
|
||||||
|
|
||||||
- Step 1: Read the OpenStack Style Commandments
|
- Step 1: Read the OpenStack Style Commandments
|
||||||
https://github.com/openstack-dev/hacking/blob/master/HACKING.rst
|
http://docs.openstack.org/developer/hacking
|
||||||
- Step 2: Read on
|
- Step 2: Read on
|
||||||
|
|
||||||
|
|
||||||
|
@ -30,11 +30,11 @@ Contents:
|
|||||||
Contributing
|
Contributing
|
||||||
============
|
============
|
||||||
|
|
||||||
Code is hosted `on GitHub`_. Submit bugs to the Nova project on
|
Code is hosted at `git.openstack.org`_. Submit bugs to the Nova project on
|
||||||
`Launchpad`_. Submit code to the openstack/python-novaclient project using
|
`Launchpad`_. Submit code to the openstack/python-novaclient project using
|
||||||
`Gerrit`_.
|
`Gerrit`_.
|
||||||
|
|
||||||
.. _on GitHub: https://github.com/openstack/python-novaclient
|
.. _git.openstack.org: https://git.openstack.org/cgit/openstack/python-novaclient
|
||||||
.. _Launchpad: https://launchpad.net/nova
|
.. _Launchpad: https://launchpad.net/nova
|
||||||
.. _Gerrit: http://wiki.openstack.org/GerritWorkflow
|
.. _Gerrit: http://wiki.openstack.org/GerritWorkflow
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ description-file =
|
|||||||
license = Apache License, Version 2.0
|
license = Apache License, Version 2.0
|
||||||
author = OpenStack
|
author = OpenStack
|
||||||
author-email = openstack-dev@lists.openstack.org
|
author-email = openstack-dev@lists.openstack.org
|
||||||
home-page = https://github.com/openstack/python-novaclient
|
home-page = https://git.openstack.org/cgit/openstack/python-novaclient
|
||||||
classifier =
|
classifier =
|
||||||
Development Status :: 5 - Production/Stable
|
Development Status :: 5 - Production/Stable
|
||||||
Environment :: Console
|
Environment :: Console
|
||||||
|
Loading…
Reference in New Issue
Block a user