Removing Cloudkeep from comments

Cleaning up comments and removing Rackspace specific verbiage.

Change-Id: I36675fcc84908043f6c2182de2232fe0bdd15e33
This commit is contained in:
Lisa Clark 2015-08-06 12:58:27 -04:00
parent 4931c8e399
commit 1533b68665
9 changed files with 11 additions and 13 deletions

View File

@ -14,5 +14,5 @@
# under the License. # under the License.
""" """
Cloudkeep's Barbican module root Barbican module root
""" """

View File

@ -14,7 +14,7 @@
# limitations under the License. # limitations under the License.
""" """
API handler for Cloudkeep's Barbican API handler for Barbican
""" """
import pkgutil import pkgutil

View File

@ -14,7 +14,7 @@
# limitations under the License. # limitations under the License.
""" """
API application handler for Cloudkeep's Barbican API application handler for Barbican
""" """
import pecan import pecan

View File

@ -14,5 +14,5 @@
# limitations under the License. # limitations under the License.
""" """
Model objects for Cloudkeep's Barbican Model objects for Barbican
""" """

View File

@ -240,8 +240,7 @@ class ContainerSecret(BASE, SoftDeleteMixIn, ModelBase):
class Project(BASE, SoftDeleteMixIn, ModelBase): class Project(BASE, SoftDeleteMixIn, ModelBase):
"""Represents a Project in the datastore. """Represents a Project in the datastore.
Projects are users that wish to store secret information within Projects are users that wish to store secret information within Barbican.
Cloudkeep's Barbican.
""" """
__tablename__ = 'projects' __tablename__ = 'projects'
@ -263,9 +262,8 @@ class Secret(BASE, SoftDeleteMixIn, ModelBase):
"""Represents a Secret in the datastore. """Represents a Secret in the datastore.
Secrets are any information Projects wish to store within Secrets are any information Projects wish to store within
Cloudkeep's Barbican, though the actual encrypted data Barbican, though the actual encrypted data is stored in one
is stored in one or more EncryptedData entities on behalf or more EncryptedData entities on behalf of a Secret.
of a Secret.
""" """
__tablename__ = 'secrets' __tablename__ = 'secrets'

View File

@ -14,7 +14,7 @@
# limitations under the License. # limitations under the License.
""" """
Queue objects for Cloudkeep's Barbican Queue objects for Barbican
""" """
import oslo_messaging as messaging import oslo_messaging as messaging
from oslo_messaging.notify import dispatcher as notfiy_dispatcher from oslo_messaging.notify import dispatcher as notfiy_dispatcher

View File

@ -14,5 +14,5 @@
# limitations under the License. # limitations under the License.
""" """
Task processing objects for Cloudkeep's Barbican Task processing objects for Barbican
""" """

View File

@ -4,7 +4,7 @@
# WARNING: This script is deprecated now. Please use the barbican.sh script instead. # WARNING: This script is deprecated now. Please use the barbican.sh script instead.
##### #####
# barbican-api - Script run Cloudkeep's Barbican API app. # barbican-api - Script run Barbican API app.
PKG=barbican PKG=barbican

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
# barbican-worker - Script run Cloudkeep's Barbican worker app. # barbican-worker - Script run Barbican worker app.
python bin/barbican-worker.py python bin/barbican-worker.py