Merge "Fix incorrect error when performing Barbican Secret Update"

This commit is contained in:
Jenkins 2015-10-02 01:49:36 +00:00 committed by Gerrit Code Review
commit e395a4d9ef
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class GetSecret(show.ShowOne):
return entity._get_formatted_entity()
class UpdateSecret(show.ShowOne):
class UpdateSecret(command.Command):
"""Update a secret with no payload in Barbican."""
def get_parser(self, prog_name):