ironic-inspector/ironic_discoverd
Yuiko Takada fa6f3513fa Use my_ip as default URL instead of localhost
python-openstackclient for ironic-discoverd fails like:
 $ openstack baremetal introspection status <uuid>
 ERROR: openstack 'utf8' codec can't decode byte 0xa5 in position 89:
 invalid start byte

When set "DISCOVERD_URL" environment value as http://<my_ip>:5050,
this error doesn't occur.
So that, the reason of this error is using localhost as default url.

This patch set fix the default url to host's URL.

Change-Id: I59e6bf30c19eee65b52e8d2bd56c148cd3b29efa
Closes-Bug: #1439468
2015-04-03 18:01:52 +09:00
..
common Add scripts to manage translations 2015-03-04 00:07:37 +00:00
plugins Add option to delete ports after introspection 2015-03-25 16:49:31 +01:00
test Use my_ip as default URL instead of localhost 2015-04-03 18:01:52 +09:00
__init__.py Start 1.1 development 2015-02-03 11:55:23 +01:00
client.py Use my_ip as default URL instead of localhost 2015-04-03 18:01:52 +09:00
conf.py Add option to delete ports after introspection 2015-03-25 16:49:31 +01:00
firewall.py Clean up firewall rules on exit 2015-03-26 16:09:58 +01:00
introspect.py Add INSPECTFAIL as a valid state to start introspection 2015-03-25 16:14:55 +01:00
main.py Clean up firewall rules on exit 2015-03-26 16:09:58 +01:00
node_cache.py Invalidate cached node information after hooks run 2015-03-25 17:38:11 +01:00
process.py Invalidate cached node information after hooks run 2015-03-25 17:38:11 +01:00
shell.py CLI: give user a hint to power on the node when setting IPMI creds 2015-03-06 15:35:21 +01:00
utils.py Switch to oslo.config 2015-03-24 15:57:14 +01:00