From 16c73757dee13c953b23d35743344dfbb070f159 Mon Sep 17 00:00:00 2001 From: liusheng Date: Fri, 13 Jan 2017 08:57:55 +0800 Subject: [PATCH] Change all the rest of 'nimble's to 'mogan's We are complete mogan now! Change-Id: I257a044c3bcbee30228c4789c4ae7aaaa6fb5647 --- .gitreview | 2 +- README.rst | 2 +- doc/source/dev/dev-quickstart.rst | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitreview b/.gitreview index ce26f26e..1633532b 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,4 @@ [gerrit] host=review.openstack.org port=29418 -project=openstack/nimble.git +project=openstack/mogan.git diff --git a/README.rst b/README.rst index 34e83ee0..c9b34bd4 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ Project Resources * Free software: Apache license * Documentation: http://docs.openstack.org/developer/mogan -* Source: http://git.openstack.org/cgit/openstack/nimble +* Source: http://git.openstack.org/cgit/openstack/mogan * Bugs: http://bugs.launchpad.net/mogan * Wiki: https://wiki.openstack.org/wiki/Mogan diff --git a/doc/source/dev/dev-quickstart.rst b/doc/source/dev/dev-quickstart.rst index 3d8487c2..2eb2d8fb 100644 --- a/doc/source/dev/dev-quickstart.rst +++ b/doc/source/dev/dev-quickstart.rst @@ -143,8 +143,8 @@ If you haven't already, Mogan source code should be pulled directly from git:: # from your home or source directory cd ~ - git clone https://git.openstack.org/openstack/nimble - cd nimble + git clone https://git.openstack.org/openstack/mogan + cd mogan Running Unit and Style Tests ---------------------------- @@ -164,7 +164,7 @@ name. For example:: If tests are run under py27 and then run under py34 or py35 the following error may occur:: db type could not be determined - ERROR: InvocationError: '/home/ubuntu/nimble/.tox/py35/bin/ostestr' + ERROR: InvocationError: '/home/ubuntu/mogan/.tox/py35/bin/ostestr' To overcome this error remove the file `.testrepository/times.dbm` and then run the py34 or py35 test. @@ -267,7 +267,7 @@ Create devstack/local.conf with minimal settings required to enable Mogan enable_plugin ironic git://git.openstack.org/openstack/ironic # Enable Mogan plugin - enable_plugin mogan git://git.openstack.org/openstack/nimble + enable_plugin mogan git://git.openstack.org/openstack/mogan # Enable Neutron which is required by Ironic and disable nova-network. disable_service n-net @@ -336,7 +336,7 @@ Create devstack/local.conf with minimal settings required to enable Mogan GIT_BASE=https://git.openstack.org # Enable Mogan plugin - enable_plugin mogan https://git.openstack.org/openstack/nimble + enable_plugin mogan https://git.openstack.org/openstack/mogan Run stack.sh::