ironic-inspector/ironic_discoverd/test
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
..
__init__.py Get rid of thread=False monkey-patching hack 2015-02-09 13:06:50 +01:00
base.py Switch to oslo.config 2015-03-24 15:57:14 +01:00
test_client.py Use my_ip as default URL instead of localhost 2015-04-03 18:01:52 +09:00
test_firewall.py Add unit tests for firewall.py 2015-03-31 17:55:01 +09:00
test_introspect.py Switch to oslo.config 2015-03-24 15:57:14 +01:00
test_main.py Switch to oslo.config 2015-03-24 15:57:14 +01:00
test_node_cache.py Invalidate cached node information after hooks run 2015-03-25 17:38:11 +01:00
test_plugins_edeploy.py Switch to oslo.config 2015-03-24 15:57:14 +01:00
test_plugins_root_device_hint.py Make root_device_hint plugin not to fail if no block device was received 2015-02-12 15:24:21 +01:00
test_process.py Add option to delete ports after introspection 2015-03-25 16:49:31 +01:00
test_utils.py Switch to oslo.config 2015-03-24 15:57:14 +01:00