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:
Sumit Naiksatam 2016-11-29 20:56:35 -08:00
parent 43d49d0601
commit 6d35c26f9c

View File

@ -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