Merge "Fix "recordset list --all-projects" in interactive OSC"

This commit is contained in:
Zuul 2019-09-20 03:21:46 +00:00 committed by Gerrit Code Review
commit 60fa1a6396
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ class ListRecordSetsCommand(command.Lister):
if parsed_args.action is not None:
criterion["action"] = parsed_args.action
cols = self.columns
cols = list(self.columns)
if parsed_args.zone_id == 'all':
data = get_all(client.recordsets.list_all_zones,