Typo fixing
Change-Id: I881661077919ba67dee9d445541c58eb1682efa4
This commit is contained in:
parent
45de9377fe
commit
443f869b75
@ -11,8 +11,8 @@ local.conf.sample:
|
||||
will be launched
|
||||
|
||||
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
|
||||
|
||||
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
|
||||
configuration items for Kingbird will be described here. Logging,
|
||||
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
|
||||
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
|
||||
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
|
||||
regions. Administrator can aslo manage the default quota by quota class
|
||||
regions. Administrator can also manage the default quota by quota class
|
||||
setting.
|
||||
|
||||
Following quota items are supported to be managed in Kingbird:
|
||||
|
@ -90,7 +90,7 @@ class OpenStackDriver(object):
|
||||
try:
|
||||
return self.keystone_client.get_enabled_users()
|
||||
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):
|
||||
try:
|
||||
|
@ -66,7 +66,7 @@ def get_current_session(username, password, tenant_name):
|
||||
|
||||
def get_openstack_drivers(key_client, region, project_name, user_name,
|
||||
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,
|
||||
CONF.auth.admin_domain_name)
|
||||
user = key_client.users.create(user_name, CONF.auth.admin_domain_name,
|
||||
|
Loading…
Reference in New Issue
Block a user