From c6ac4cbdc2767a141a00af4043803904add0017f Mon Sep 17 00:00:00 2001 From: venkatamahesh Date: Mon, 9 Nov 2015 20:27:46 +0530 Subject: [PATCH] OpenStack typo Change Openstack to OpenStack as per standard and change "stackforge/ec2-api to openstack/ec2-api" because ec2-api had moved to openstack Change-Id: I59c8524e8de8b80cf13e076967e68f5edf8b507e --- doc/source/api_plugins.rst | 2 +- etc/nova/api-paste.ini | 2 +- nova/api/openstack/extensions.py | 2 +- nova/cmd/baseproxy.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/api_plugins.rst b/doc/source/api_plugins.rst index 6a1f31f17f..33ff899f6c 100644 --- a/doc/source/api_plugins.rst +++ b/doc/source/api_plugins.rst @@ -32,7 +32,7 @@ and the V2.1 plugins live in ``nova/api/openstack/compute``. Note that any change to the Nova API to be merged will first require a spec be approved first. See `here `_ for the appropriate repository. For guidance on the design of the API -please refer to the `Openstack API WG +please refer to the `OpenStack API WG `_ diff --git a/etc/nova/api-paste.ini b/etc/nova/api-paste.ini index cb5ea6713a..5cf76e5af5 100644 --- a/etc/nova/api-paste.ini +++ b/etc/nova/api-paste.ini @@ -15,7 +15,7 @@ paste.app_factory = nova.api.metadata.handler:MetadataRequestHandler.factory # EC2 # ####### -# NOTE: this is now deprecated in favor of https://github.com/stackforge/ec2-api +# NOTE: this is now deprecated in favor of https://github.com/openstack/ec2-api [composite:ec2] use = egg:Paste#urlmap /: ec2cloud diff --git a/nova/api/openstack/extensions.py b/nova/api/openstack/extensions.py index 4674529cf7..4af3c6baca 100644 --- a/nova/api/openstack/extensions.py +++ b/nova/api/openstack/extensions.py @@ -391,7 +391,7 @@ def check_compute_policy(context, action, target, scope='compute'): # NOTE(alex_xu): The functions os_compute_authorizer and -# os_compute_soft_authorizer are used to policy enforcement for Openstack +# os_compute_soft_authorizer are used to policy enforcement for OpenStack # Compute API, now Nova V2.1 REST API will invoke it. # diff --git a/nova/cmd/baseproxy.py b/nova/cmd/baseproxy.py index 6b08a2665d..b34ac7e089 100644 --- a/nova/cmd/baseproxy.py +++ b/nova/cmd/baseproxy.py @@ -15,7 +15,7 @@ # """Base proxy module used to create compatible consoles -for Openstack Nova.""" +for OpenStack Nova.""" import os import sys