ironic/ironic/common
Shivanand Tendulker f7a57c9827 Fix for automated boot iso issue with IPA ramdisk
Autogenerated boot iso for iscsi_ilo driver fails when
Fedora based IPA ramdisk is used for deploy in UEFI boot mode.
The keywords used (linux and initrd) in grub.cfg template are
specific to Ubuntu only. They are not recognized by Fedora.
Have changed it to keywords (linuxefi and initrdefi) which are
recognized by both Ubuntu and Fedora deploy ramdisks.

Also the menuentry name has been changed to 'boot_partition' in
grub config file. This is done to make it consistent with pxe
driver's elilo config file wherein menuentry name for the final
boot of user image is 'boot_partition'.

Closes-Bug: 1441691

Change-Id: Ia6fdbf4868e6606a18b33ce2b75f29f701a31b35
2015-04-10 09:09:53 -07:00
..
glance_service Fix exception handling in Glance image service 2015-04-08 20:01:05 +03:00
__init__.py Remove copyright from empty files 2014-01-07 21:05:01 +08:00
boot_devices.py Add ManagementInterface 2014-04-28 14:26:25 +01:00
config.py Move oslo.config references to oslo_config 2015-02-02 06:51:22 -08:00
context.py Use oslo_context package 2015-03-12 20:45:59 +01:00
dhcp_factory.py Implement cleaning/zapping for the agent driver 2015-03-19 08:35:52 -07:00
disk_partitioner.py Move oslo.config references to oslo_config 2015-02-02 06:51:22 -08:00
driver_factory.py Merge "Conductor errors if enabled_drivers are not found" 2015-02-07 01:15:46 +00:00
exception.py Fix UnicodeEncodeError issue when the language is not en_US 2015-04-02 02:50:42 +00:00
fsm.py Add concept of stable states to the state machine 2015-02-17 08:39:42 -08:00
grub_conf.template Fix for automated boot iso issue with IPA ramdisk 2015-04-10 09:09:53 -07:00
hash_ring.py Move oslo.config references to oslo_config 2015-02-02 06:51:22 -08:00
i18n.py oslo.i18n migration 2014-07-16 21:53:05 +00:00
image_service.py Fix help string for glance auth_strategy option 2015-04-03 15:30:10 +03:00
images.py Automate uefi boot iso creation for iscsi_ilo driver 2015-03-18 23:00:37 -07:00
isolinux_config.template Add support for creating vfat and iso images 2014-08-26 21:18:11 +05:30
keystone.py Merge "Move oslo.config references to oslo_config" 2015-02-05 04:00:29 +00:00
network.py Make DHCP provider pluggable 2014-08-29 10:26:03 -07:00
paths.py Move oslo.config references to oslo_config 2015-02-02 06:51:22 -08:00
policy.py Use oslo_policy package 2015-03-12 20:45:59 +01:00
pxe_utils.py Use hexhyp instead of hexraw iPXE type 2015-04-08 18:43:00 +01:00
rpc.py Move oslo.config references to oslo_config 2015-02-02 06:51:22 -08:00
safe_utils.py Enable hacking rule E265 2014-11-13 10:48:34 +08:00
service.py Suppress urllib3.connection INFO level logging 2015-03-18 08:17:02 -07:00
states.py Allow node.instance_uuid to be removed during cleaning 2015-03-25 14:43:50 -07:00
swift.py Move oslo.config references to oslo_config 2015-02-02 06:51:22 -08:00
utils.py Fix is_hostname_safe for RFC compliance 2015-03-30 23:14:36 -07:00