Rename nimble to mogan(part one)

Today we decided to rename Nimble project
since it's same as a Cinder driver name.

The new name of this project is called Mogan.

For convenience of reviewing, this is a part one
which includes api-ref folder.

Change-Id: Ie1f5bc9d29efcdf77c2b981d6102c56490e70022
Partially-Implements: bp rename-nimble-to-mogan
This commit is contained in:
sxmatch 2016-12-29 16:03:32 +08:00
parent 02a6f560f0
commit ec9b48ad61
4 changed files with 9 additions and 9 deletions

View File

@ -12,7 +12,7 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# nimble documentation build configuration file, created by
# mogan documentation build configuration file, created by
# sphinx-quickstart on Sat May 1 15:17:47 2010.
#
# This file is execfile()d with the current directory set to
@ -42,7 +42,7 @@ html_theme_path = [openstackdocstheme.get_html_theme_path()]
html_theme_options = {
"sidebar_mode": "toc",
}
html_context = {'bug_project': 'nimble', 'bug_tag': 'api-ref'}
html_context = {'bug_project': 'mogan', 'bug_tag': 'api-ref'}
# End temporary block
@ -76,7 +76,7 @@ copyright = u'2010-present, OpenStack Foundation'
# |version| and |release|, also used in various other places throughout the
# built documents.
#
from nimble.version import version_info
from mogan.version import version_info
# The full version, including alpha/beta/rc tags.
release = version_info.release_string()
# The short X.Y version.
@ -212,7 +212,7 @@ htmlhelp_basename = 'nimbledoc'
# (source start file, target name, title, author, documentclass
# [howto/manual]).
latex_documents = [
('index', 'Nimble.tex', u'OpenStack Baremetal-Compute API Documentation',
('index', 'Mogan.tex', u'OpenStack Baremetal-Compute API Documentation',
u'OpenStack Foundation', 'manual'),
]

View File

@ -129,7 +129,7 @@ instance_name:
instance_power_state:
description: |
The current power state of this instance. Usually, “power on” or “power off”, but may be “None”
if Nimble is unable to determine the power state (eg, due to hardware failure)
if Mogan is unable to determine the power state (eg, due to hardware failure)
in: body
required: true
type: string
@ -199,7 +199,7 @@ networks:
power_state:
description: |
The current power state of this Instance. Usually, "power on" or
"power off", but may be "None" if Nimble is unable to determine the power
"power off", but may be "None" if Mogan is unable to determine the power
state (eg, due to hardware failure).
in: body
required: true

View File

@ -11,8 +11,8 @@ with the OpenStack Identity service. They also required a base
will be added to build a full path.
For instance, if the ``service url`` is
``http://mycompute.pvt/nimble/v1`` then the full API call for
``/instances`` is ``http://mycompute.pvt/nimble/v1/instances``.
``http://mycompute.pvt/mogan/v1`` then the full API call for
``/instances`` is ``http://mycompute.pvt/mogan/v1/instances``.
Depending on the deployment the baremetal compute service url might
be http or https, a custom port, a custom path, and include your

View File

@ -11,6 +11,6 @@ Enabling in Devstack
> cat local.conf
[[local|localrc]]
enable_plugin nimble https://git.openstack.org/openstack/nimble
enable_plugin mogan https://git.openstack.org/openstack/mogan
3. run ``stack.sh``