Fix copy-pasta in quota command descriptions
These seem to have been copied from the blacklist command and don't make sense for quotas. They also appear in the openstackclient help output which is confusing. Change-Id: Ib5d2c0fd7da8cb18e230d84c5f344217ad853da7
This commit is contained in:
parent
99ca354c48
commit
9d34339c06
@ -64,7 +64,7 @@ class ListQuotasCommand(show.ShowOne):
|
||||
|
||||
|
||||
class SetQuotasCommand(show.ShowOne):
|
||||
"""Set blacklist properties"""
|
||||
"""Set quotas"""
|
||||
|
||||
def _build_options_list(self):
|
||||
return itertools.chain(DNS_QUOTAS.items())
|
||||
@ -108,7 +108,7 @@ class SetQuotasCommand(show.ShowOne):
|
||||
|
||||
|
||||
class ResetQuotasCommand(command.Command):
|
||||
"""Delete blacklist"""
|
||||
"""Reset quotas"""
|
||||
|
||||
def get_parser(self, prog_name):
|
||||
parser = super(ResetQuotasCommand, self).get_parser(prog_name)
|
||||
|
Loading…
Reference in New Issue
Block a user