Openstack typo
According to the word choice convention in "http://docs.openstack.org/contributor-guide/writing-style/ word-choice.html" We should use OpenStack instead of Openstack. Change-Id: Ifc68e07b8c8f53e8c9ab982413eb94b3190b067f Closes-bug: #1516634
This commit is contained in:
parent
ae573d11bc
commit
0cecf3ef77
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
# Number of pool members allowed per tenant. A negative value means unlimited.
|
# Number of pool members allowed per tenant. A negative value means unlimited.
|
||||||
# The default is unlimited because a member is not a real resource consumer
|
# The default is unlimited because a member is not a real resource consumer
|
||||||
# on Openstack. However, on back-end, a member is a resource consumer
|
# on OpenStack. However, on back-end, a member is a resource consumer
|
||||||
# and that is the reason why quota is possible. This is applicable in both
|
# and that is the reason why quota is possible. This is applicable in both
|
||||||
# the v1 and v2 lbaas extensions.
|
# the v1 and v2 lbaas extensions.
|
||||||
# quota_member = -1
|
# quota_member = -1
|
||||||
@ -23,7 +23,7 @@
|
|||||||
# Number of health monitors allowed per tenant. A negative value means
|
# Number of health monitors allowed per tenant. A negative value means
|
||||||
# unlimited.
|
# unlimited.
|
||||||
# The default is unlimited because a health monitor is not a real resource
|
# The default is unlimited because a health monitor is not a real resource
|
||||||
# consumer on Openstack. However, on back-end, a health monitor is a resource
|
# consumer on OpenStack. However, on back-end, a health monitor is a resource
|
||||||
# consumer and that is the reason why quota is possible. This is only
|
# consumer and that is the reason why quota is possible. This is only
|
||||||
# applicable when using the v1 lbaas extension. The quota for the v2 lbaas
|
# applicable when using the v1 lbaas extension. The quota for the v2 lbaas
|
||||||
# extension health monitor is quota_healthmonitor.
|
# extension health monitor is quota_healthmonitor.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{# # Copyright 2014 Openstack Foundation
|
{# # Copyright 2014 OpenStack Foundation
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||||
# not use this file except in compliance with the License. You may obtain
|
# not use this file except in compliance with the License. You may obtain
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{# # Copyright 2014 Openstack Foundation
|
{# # Copyright 2014 OpenStack Foundation
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||||
# not use this file except in compliance with the License. You may obtain
|
# not use this file except in compliance with the License. You may obtain
|
||||||
|
@ -40,7 +40,7 @@ for scenario tests ::
|
|||||||
|
|
||||||
2. Not using Devstack
|
2. Not using Devstack
|
||||||
^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^
|
||||||
6/19/2015 - As we do not have an external Openstack environment with
|
6/19/2015 - As we do not have an external OpenStack environment with
|
||||||
Neutron_LBaaS V2 to test with, this is TBD
|
Neutron_LBaaS V2 to test with, this is TBD
|
||||||
|
|
||||||
3. Packages tempest vs. tempest-lib
|
3. Packages tempest vs. tempest-lib
|
||||||
|
Loading…
Reference in New Issue
Block a user