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
This commit is contained in:
venkatamahesh 2015-11-09 20:27:46 +05:30
parent 4474dce9e6
commit c6ac4cbdc2
4 changed files with 4 additions and 4 deletions

View File

@ -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 <https://github.com/openstack/nova-specs>`_
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
<https://wiki.openstack.org/wiki/API_Working_Group>`_

View File

@ -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

View File

@ -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.
#

View File

@ -15,7 +15,7 @@
#
"""Base proxy module used to create compatible consoles
for Openstack Nova."""
for OpenStack Nova."""
import os
import sys