]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat common : BaseClient respect host argument
authorSteven Hardy <shardy@redhat.com>
Thu, 7 Mar 2013 12:08:08 +0000 (12:08 +0000)
committerSteven Hardy <shardy@redhat.com>
Thu, 7 Mar 2013 12:12:42 +0000 (12:12 +0000)
commit15389b38a11bbb9ef49beb136cd3ebfe00cc8628
tree495059530713a2ea7490736d32deca4912a5f262
parent2e000a6d28698a3f456db0db91472881bab53050
heat common : BaseClient respect host argument

Currently the BaseClient class ignores any host argument and overwrites
it with the host from the keystone catalog URL, we should respect the
host parameter if it is passed, but make it optional

ref bug 1102101

Change-Id: I371e3b70a7bd207a177625c3e6855d8504678f1b
heat/common/client.py