Namespace of arguments is incorrectly used
Namespace does not have project_domain_name, it has os_project_domain_name. Mirrors the change here: https://review.openstack.org/#/c/143588 Change-Id: I9aa4e95f3767747933a033461c478ffbcffdf209
This commit is contained in:
parent
43d49d0601
commit
6d35c26f9c
@ -718,8 +718,8 @@ class GBPShell(app.App):
|
||||
project_info = (self.options.os_tenant_name or
|
||||
self.options.os_tenant_id or
|
||||
(self.options.os_project_name and
|
||||
(self.options.project_domain_name or
|
||||
self.options.project_domain_id)) or
|
||||
(self.options.os_project_domain_name or
|
||||
self.options.os_project_domain_id)) or
|
||||
self.options.os_project_id)
|
||||
|
||||
if (not self.options.os_username
|
||||
|
Loading…
x
Reference in New Issue
Block a user