Files
devstack/lib
Vanou Ishii 705e9cb5dc Fix error in configure_nova_hypervisor with hardware Ironic node
Trying to deploy OpenStack environment consisting of ironic nova
hypervisor & hardware Ironic node (not VM Ironic node) with devstack
got failed.

Devstack error says error occurred while calling configure_libvirt
in configure_nova_hypervisor. This happens because libvirt related
packages are not installed when specifying "VIRT_DRIVER=ironic"
and "IRONIC_IS_HARDWARE=True".

To fix this problem, this commit add "if" statement to check
Ironic node is hardware or not using "is_ironic_hardware" function
in "function-common" file.

Change-Id: I1113478175fadec79d0f8bf6ae842ed86e5e686b
Closes-Bug: #1834985
2019-07-05 01:22:09 +00:00
..
2015-11-27 15:36:04 +11:00
2019-03-21 11:40:17 -04:00
2018-01-11 16:19:36 +01:00
2015-11-27 15:36:04 +11:00
2017-09-01 15:08:17 -04:00
2019-02-05 11:21:39 -05:00
2018-06-18 15:54:36 +00:00
2015-11-27 15:36:04 +11:00
2017-07-10 17:06:16 -03:00
2018-03-28 13:51:31 -05:00
2018-12-17 09:34:35 +11:00
2017-06-20 14:09:30 -04:00
2019-03-29 11:20:19 -07:00