ironic/ironic/common
Dmitry Tantsur cb7cdd3534 Fetch Glance endpoint from Keystone if it's not provided in the configuration
This is needed to fix the CI broken by glance switching to running
under wsgi, and thus breaking our assumption that glance is accessible
by host:port only.

The options glance_host, glance_port and glance_protocol were
deprecated.  Standalone deployments should use glance_api_servers
instead.

Also removes two unused utility functions.

Change-Id: I54dc04ab084aeb7208c9dd9940c6434c029bf41c
Partial-Bug: #1699542
2017-06-23 16:42:40 +02:00
..
glance_service Fetch Glance endpoint from Keystone if it's not provided in the configuration 2017-06-23 16:42:40 +02:00
__init__.py Remove copyright from empty files 2014-01-07 21:05:01 +08:00
boot_devices.py get_supported_boot_devices() returns static device list 2015-08-12 14:53:00 +01:00
cinder.py Follow-up docstring revision 2017-06-08 16:41:54 +00:00
config.py Move oslo.config references to oslo_config 2015-02-02 06:51:22 -08:00
context.py Stop sending custom context values over RPC 2017-06-05 10:45:02 +00:00
dhcp_factory.py Remove file prefix parameter from lockutils methods 2016-11-28 13:29:01 +02:00
driver_factory.py Remove logging translation calls from ironic.common 2017-05-15 13:26:58 -04:00
exception.py Fetch Glance endpoint from Keystone if it's not provided in the configuration 2017-06-23 16:42:40 +02:00
fsm.py Removes unnecessary utf-8 encoding 2017-01-11 19:35:41 +05:30
grub_conf.template Fix for automated boot iso issue with IPA ramdisk 2015-04-10 09:09:53 -07:00
hash_ring.py Add hardware types to the hash ring 2017-01-19 20:35:05 +00:00
i18n.py doc: Add oslo.i18n usage link 2016-10-03 11:36:53 +00:00
image_service.py Merge "Use only Glance V2 by default (with a compatibility option)" 2017-01-20 12:22:05 +00:00
images.py Remove logging translation calls from ironic.common 2017-05-15 13:26:58 -04:00
isolinux_config.template Add support for creating vfat and iso images 2014-08-26 21:18:11 +05:30
keystone.py Remove legacy auth loading 2017-06-06 10:20:54 +00:00
network.py Validate portgroup physical network consistency 2017-06-15 15:03:10 -07:00
neutron.py Remove logging translation calls from ironic.common 2017-05-15 13:26:58 -04:00
policy.py Remove logging translation calls from ironic.common 2017-05-15 13:26:58 -04:00
pxe_utils.py Deprecate elilo support 2017-05-29 11:47:54 -04:00
raid.py Add support for inband raid configuration agent ramdisk 2015-09-14 15:52:31 +00:00
release_mappings.py Move port object creation to conductor 2017-06-12 14:47:32 +01:00
rpc.py Replace get_transport with get_rpc_transport 2017-06-07 12:48:03 +05:30
rpc_service.py Remove logging translation calls from ironic.common 2017-05-15 13:26:58 -04:00
service.py Make config generator aware of 'default_log_levels' override 2017-04-13 16:51:03 +03:00
states.py Generic power interface for soft reboot and soft power off 2017-01-04 11:38:01 +09:00
swift.py Config drive support for ceph radosgw 2017-04-12 17:21:50 +00:00
utils.py Remove logging translation calls from ironic.common 2017-05-15 13:26:58 -04:00
wsgi_service.py Remove unused logging import 2017-02-17 08:28:28 +07:00