Removing Cloudkeep from comments
Cleaning up comments and removing Rackspace specific verbiage. Change-Id: I36675fcc84908043f6c2182de2232fe0bdd15e33
This commit is contained in:
parent
4931c8e399
commit
1533b68665
@ -14,5 +14,5 @@
|
||||
# under the License.
|
||||
|
||||
"""
|
||||
Cloudkeep's Barbican module root
|
||||
Barbican module root
|
||||
"""
|
||||
|
@ -14,7 +14,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
"""
|
||||
API handler for Cloudkeep's Barbican
|
||||
API handler for Barbican
|
||||
"""
|
||||
import pkgutil
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
"""
|
||||
API application handler for Cloudkeep's Barbican
|
||||
API application handler for Barbican
|
||||
"""
|
||||
import pecan
|
||||
|
||||
|
@ -14,5 +14,5 @@
|
||||
# limitations under the License.
|
||||
|
||||
"""
|
||||
Model objects for Cloudkeep's Barbican
|
||||
Model objects for Barbican
|
||||
"""
|
||||
|
@ -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'
|
||||
|
@ -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
|
||||
|
@ -14,5 +14,5 @@
|
||||
# limitations under the License.
|
||||
|
||||
"""
|
||||
Task processing objects for Cloudkeep's Barbican
|
||||
Task processing objects for Barbican
|
||||
"""
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user