commit | f7dc91dc110f6526886ba9bb27215f6078c94455 | [log] [tgz] |
---|---|---|
author | Thiago Paiva <thiagop@lsd.ufcg.edu.br> | Thu Oct 29 12:45:48 2015 -0300 |
committer | Pavel Kholkin <pkholkin@mirantis.com> | Fri Aug 26 11:41:12 2016 +0300 |
tree | adbf95c91ab114693955b51e397ce360a1da3c8d | |
parent | ef5dc3211dc5393c5e050f5b607b9c7884e508d2 [diff] |
Fixes TypeError on Client instantiation When instantiating novaclient with kwargs or named attributes, the 'password' field is duplicated due to an overwrite on the __init__ method of Client v2. This patch pops out the password field when it's passed and no api_key is provided. Co-Authored-By: Pavel Kholkin <pkholkin@mirantis.com> Closes-bug: #1511417 Change-Id: Id8310eccef5f0f9a2983e25dd35541d1eb0efe86