Typo fixing
Change-Id: I881661077919ba67dee9d445541c58eb1682efa4
This commit is contained in:
parent
45de9377fe
commit
443f869b75
@ -11,8 +11,8 @@ local.conf.sample:
|
|||||||
will be launched
|
will be launched
|
||||||
|
|
||||||
plugin.sh: plugin to the devstack
|
plugin.sh: plugin to the devstack
|
||||||
devstack will automaticly search the devstack folder, and load, execute
|
devstack will automatically search the devstack folder, and load, execute
|
||||||
the plugin.sh in different environment establishment phase
|
the plugin.sh in different environment establishment phase
|
||||||
|
|
||||||
settings: configuration for kingbird in the devstack
|
settings: configuration for kingbird in the devstack
|
||||||
devstack will automaticly load the settings to be used in the plugin.sh
|
devstack will automatically load the settings to be used in the plugin.sh
|
||||||
|
@ -5,7 +5,7 @@ Kingbird Configuration Guide
|
|||||||
A brief introduction to configure Multisite Kingbird service. Only the
|
A brief introduction to configure Multisite Kingbird service. Only the
|
||||||
configuration items for Kingbird will be described here. Logging,
|
configuration items for Kingbird will be described here. Logging,
|
||||||
messaging, database, keystonemiddleware etc configuration which are
|
messaging, database, keystonemiddleware etc configuration which are
|
||||||
generated from OpenStack OSLO libary, will not be described here, for
|
generated from OpenStack OSLO library, will not be described here, for
|
||||||
these configuration items are common to Nova, Cinder, Neutron. So please
|
these configuration items are common to Nova, Cinder, Neutron. So please
|
||||||
refer to corresponding description from Nova or Cinder or Neutron.
|
refer to corresponding description from Nova or Cinder or Neutron.
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ deployments. In OPNFV Colorado release, Kingbird provides centralized quota
|
|||||||
management feature. Administrator can set quota per project based in Kingbird
|
management feature. Administrator can set quota per project based in Kingbird
|
||||||
and sync the quota limit to multi-region OpenStack periodiclly or on-demand.
|
and sync the quota limit to multi-region OpenStack periodiclly or on-demand.
|
||||||
The tenant can check the total quota limit and usage from Kingbird for all
|
The tenant can check the total quota limit and usage from Kingbird for all
|
||||||
regions. Administrator can aslo manage the default quota by quota class
|
regions. Administrator can also manage the default quota by quota class
|
||||||
setting.
|
setting.
|
||||||
|
|
||||||
Following quota items are supported to be managed in Kingbird:
|
Following quota items are supported to be managed in Kingbird:
|
||||||
|
@ -90,7 +90,7 @@ class OpenStackDriver(object):
|
|||||||
try:
|
try:
|
||||||
return self.keystone_client.get_enabled_users()
|
return self.keystone_client.get_enabled_users()
|
||||||
except Exception as exception:
|
except Exception as exception:
|
||||||
LOG.error(_LE('Error Occured : %s'), exception.message)
|
LOG.error(_LE('Error Occurred : %s'), exception.message)
|
||||||
|
|
||||||
def get_resource_usages(self, project_id):
|
def get_resource_usages(self, project_id):
|
||||||
try:
|
try:
|
||||||
|
@ -66,7 +66,7 @@ def get_current_session(username, password, tenant_name):
|
|||||||
|
|
||||||
def get_openstack_drivers(key_client, region, project_name, user_name,
|
def get_openstack_drivers(key_client, region, project_name, user_name,
|
||||||
password):
|
password):
|
||||||
# Create Project, User and asign role to new user
|
# Create Project, User and assign role to new user
|
||||||
project = key_client.projects.create(project_name,
|
project = key_client.projects.create(project_name,
|
||||||
CONF.auth.admin_domain_name)
|
CONF.auth.admin_domain_name)
|
||||||
user = key_client.users.create(user_name, CONF.auth.admin_domain_name,
|
user = key_client.users.create(user_name, CONF.auth.admin_domain_name,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user