diff options
| author | Zuul <zuul@review.openstack.org> | 2018-10-12 22:41:46 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2018-10-12 22:41:46 +0000 |
| commit | c19aee4c705e8d9070c6649a1fa522da2d0778cc (patch) | |
| tree | 2443c714c6851d225da1e37fb9783d7cf3c6cd71 /openstackclient/identity | |
| parent | ac9877de467fad483feb2652a1a02b20b9ebc395 (diff) | |
| parent | 91a2d888625488da3f65ad372b4248e9747b9a3e (diff) | |
| download | python-openstackclient-c19aee4c705e8d9070c6649a1fa522da2d0778cc.tar.gz | |
Merge "Allow endpoint filtering on both project and project-domain"
Diffstat (limited to 'openstackclient/identity')
| -rw-r--r-- | openstackclient/identity/v3/endpoint.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/identity/v3/endpoint.py b/openstackclient/identity/v3/endpoint.py index 3229240e..858b5036 100644 --- a/openstackclient/identity/v3/endpoint.py +++ b/openstackclient/identity/v3/endpoint.py @@ -199,7 +199,7 @@ class ListEndpoint(command.Lister): metavar='<project>', help=_('Project to list filters (name or ID)'), ) - common.add_project_domain_option_to_parser(list_group) + common.add_project_domain_option_to_parser(parser) return parser def take_action(self, parsed_args): |
