Merge "Use uppercase 'S' in word "OpenStack""

This commit is contained in:
Jenkins
2016-02-04 19:02:37 +00:00
committed by Gerrit Code Review
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