Use uppercase 'S' in word "OpenStack"

Change-Id: I5055bb845cc39b739af2c7b2bcb84b5ad9390aa4
This commit is contained in:
venkatamahesh 2016-02-04 19:24:39 +05:30
parent 6f786fdad7
commit b688c55140
2 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ class ListenerStatistics(base_models.BASE):
if value < 0:
data = {'key': key, 'value': value}
raise ValueError(data)
# TODO(trevor-vardeman): Repair this functionality after Openstack
# TODO(trevor-vardeman): Repair this functionality after OpenStack
# Common is in
# raise ValueError(_('The %(key)s field can not have '
# 'negative value. '

View File

@ -75,7 +75,7 @@ loaded in the config.
Alternatives
------------
We could skip the interface and just use Barbican directly, but that would be
diverging from what seems to be the accepted Openstack model for Secret Store
diverging from what seems to be the accepted OpenStack model for Secret Store
integration.
We could also store everything locally or in the DB, but that isn't a real