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.
"""
Cloudkeep's Barbican module root
Barbican module root
"""

View File

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

View File

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

View File

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

View File

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

View File

@ -14,5 +14,5 @@
# 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.
#####
# barbican-api - Script run Cloudkeep's Barbican API app.
# barbican-api - Script run Barbican API app.
PKG=barbican

View File

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