Workflow documentation is now in infra-manual

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

Change-Id: I6e441e0c4e68af067648ae39b96d74d82e8929c5
This commit is contained in:
Jeremy Stanley 2014-12-05 03:30:46 +00:00
parent e9f5ceeb33
commit 520ee876e6
4 changed files with 5 additions and 5 deletions

View File

@ -47,7 +47,7 @@ How to contribute
1. You need a `Launchpad <https://launchpad.net/>`_ account and need to be joined to the `Openstack team <https://launchpad.net/openstack>`_. You can also join the `Rally team <https://launchpad.net/rally>`_ if you want to. Make sure Launchpad has your SSH key, Gerrit (the code review system) uses this.
2. Sign the CLA as outlined in section 3 of the `How To Contribute wiki page <https://wiki.openstack.org/wiki/HowToContribute#If_you.27re_a_developer>`_.
2. Sign the CLA as outlined in the `account setup <http://docs.openstack.org/infra/manual/developers.html#development-workflow>`_ section of the developer guide.
3. Tell git your details:

View File

@ -66,7 +66,7 @@ To install Rally with DevStack, you should first clone the corresponding reposit
.. code-block:: none
git clone https://github.com/openstack-dev/devstack
git clone https://git.openstack.org/cgit/openstack-dev/devstack
git clone https://github.com/stackforge/rally
To configure DevStack to run Rally:

View File

@ -25,7 +25,7 @@ from rally import utils
LOG = logging.getLogger(__name__)
DEVSTACK_REPO = 'https://github.com/openstack-dev/devstack.git'
DEVSTACK_REPO = 'https://git.openstack.org/cgit/openstack-dev/devstack.git'
DEVSTACK_BRANCH = 'master'
DEVSTACK_USER = 'rally'

View File

@ -31,7 +31,7 @@ SAMPLE_CONFIG = {
},
}
DEVSTACK_REPO = 'https://github.com/openstack-dev/devstack.git'
DEVSTACK_REPO = 'https://git.openstack.org/cgit/openstack-dev/devstack.git'
class DevstackEngineTestCase(test.TestCase):
@ -93,7 +93,7 @@ class DevstackEngineTestCase(test.TestCase):
info='fake_credentials',
provider_name='DevstackEngine',
type='credentials')
repo = 'https://github.com/openstack-dev/devstack.git'
repo = 'https://git.openstack.org/cgit/openstack-dev/devstack.git'
cmd = '/bin/sh -e -s %s master' % repo
server.ssh.run.assert_called_once_with(cmd, stdin='fake_script')
ds_calls = [