mirror of
https://github.com/ansible/awx.git
synced 2026-07-29 08:59:55 -02:30
Assorted renaming and string changes
This commit is contained in:
@@ -10,7 +10,7 @@ from awx.main.utils.pglock import advisory_lock
|
||||
|
||||
class Command(BaseCommand):
|
||||
"""
|
||||
Deprovision a Tower cluster node
|
||||
Deprovision a cluster node
|
||||
"""
|
||||
|
||||
help = 'Remove instance from the database. ' 'Specify `--hostname` to use this command.'
|
||||
|
||||
@@ -16,8 +16,7 @@ from awx.main.utils.encryption import encrypt_field, decrypt_field, encrypt_valu
|
||||
|
||||
class Command(BaseCommand):
|
||||
"""
|
||||
Regenerate a new SECRET_KEY value and re-encrypt every secret in the
|
||||
Tower database.
|
||||
Regenerate a new SECRET_KEY value and re-encrypt every secret in the database.
|
||||
"""
|
||||
|
||||
@transaction.atomic
|
||||
|
||||
Reference in New Issue
Block a user