From b688c55140c4c3c5210cc25eb5f7df72da487061 Mon Sep 17 00:00:00 2001 From: venkatamahesh Date: Thu, 4 Feb 2016 19:24:39 +0530 Subject: [PATCH] Use uppercase 'S' in word "OpenStack" Change-Id: I5055bb845cc39b739af2c7b2bcb84b5ad9390aa4 --- octavia/db/models.py | 2 +- specs/version0.5/tls-data-security.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/octavia/db/models.py b/octavia/db/models.py index dade09438a..4b8a0a2b11 100644 --- a/octavia/db/models.py +++ b/octavia/db/models.py @@ -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. ' diff --git a/specs/version0.5/tls-data-security.rst b/specs/version0.5/tls-data-security.rst index c455ea31c8..f85c5ed486 100644 --- a/specs/version0.5/tls-data-security.rst +++ b/specs/version0.5/tls-data-security.rst @@ -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