Files
ironic/ironic/common
Dmitry Tantsur b2ee05a0b1 Add check on get_endpoint returning None
Currently we expect keystoneauth to raise on missing endpoint, but in
many cases it returns None from get_endpoint instead. This causes two
kinds of problems:
* Raising Python exceptions in the code that is not ready to handle None
  (e.g. get_ironic_api_url in deploy_utils).
* Passing endpoint_override=None to client constructors, thus effectively
  ignoring provided adapter configuration options.
This change turns None into a proper error.

Change-Id: I8dad2e8ef5ff39167995dfe8266a48e80a29788b
2019-06-19 16:23:07 +02:00
..
2014-01-07 21:05:01 +08:00
2017-07-07 15:58:28 -07:00
2018-05-09 06:11:30 -07:00
2019-06-14 14:23:57 +08:00
2019-03-14 10:34:31 -07:00
2018-09-18 17:13:53 +08:00
2018-05-09 06:11:30 -07:00