Workflow documentation is now in infra-manual

Replace URLs for workflow documentation to appropriate parts of the
OpenStack Project Infrastructure Manual.

Also update some outdated/obsolete devstack-related URLs.

Change-Id: I84e3a62b0aec7cb62d10b8b41eac27b15326ab5c
This commit is contained in:
Jeremy Stanley 2014-12-05 03:30:36 +00:00
parent a2ab1fa103
commit ccd49cf95d
3 changed files with 12 additions and 11 deletions

View File

@ -1,13 +1,14 @@
If you would like to contribute to the development of OpenStack, If you would like to contribute to the development of OpenStack, you must
you must follow the steps documented at: follow the steps in this page:
http://wiki.openstack.org/HowToContribute#If_you.27re_a_developer http://docs.openstack.org/infra/manual/developers.html
Once those steps have been completed, changes to OpenStack If you already have a good understanding of how the system works and your
should be submitted for review via the Gerrit tool, following OpenStack accounts are set up, you can skip to the development workflow
the workflow documented at: section of this documentation to learn how changes to OpenStack should be
submitted for review via the Gerrit tool:
http://wiki.openstack.org/GerritWorkflow http://docs.openstack.org/infra/manual/developers.html#development-workflow
Pull requests submitted through GitHub will be ignored. Pull requests submitted through GitHub will be ignored.

View File

@ -396,7 +396,7 @@ You may also be interested in either the
`OpenStack Continuous Integration Infrastructure`_ or the `OpenStack Continuous Integration Infrastructure`_ or the
`OpenStack Integration Testing Project`_. `OpenStack Integration Testing Project`_.
.. _devstack: http://devstack.org/ .. _devstack: http://docs.openstack.org/developer/devstack/
.. _OpenStack Continuous Integration Infrastructure: http://docs.openstack.org/infra/system-config .. _OpenStack Continuous Integration Infrastructure: http://docs.openstack.org/infra/system-config
.. _OpenStack Integration Testing Project: https://git.openstack.org/cgit/openstack/tempest .. _OpenStack Integration Testing Project: https://git.openstack.org/cgit/openstack/tempest

View File

@ -82,12 +82,12 @@ An excellent reference implementation of setting up Keystone is DEVSTACK_,
most commonly used for development and testing setup of not only Keystone, most commonly used for development and testing setup of not only Keystone,
but all of the core OpenStack projects. but all of the core OpenStack projects.
.. _DEVSTACK: http://devstack.org/ .. _DEVSTACK: http://docs.openstack.org/developer/devstack/
The script with the latest examples of initializing data in Keystone is a The script with the latest examples of initializing data in Keystone is a
bash script called keystone_data.sh_ bash script called `lib/keystone`_
.. _keystone_data.sh: https://github.com/openstack-dev/devstack/blob/master/files/keystone_data.sh .. _lib/keystone: https://git.openstack.org/cgit/openstack-dev/devstack/tree/lib/keystone
Installing from packages: Ubuntu Installing from packages: Ubuntu
-------------------------------- --------------------------------