Ramdisk iso boot tempest scenario test

Change-Id: I4e86e6264a4457b36ff94c8f817294ffd764c48d
diff --git a/ironic_tempest_plugin/config.py b/ironic_tempest_plugin/config.py
index 95b29b3..44dcbe4 100644
--- a/ironic_tempest_plugin/config.py
+++ b/ironic_tempest_plugin/config.py
@@ -113,6 +113,9 @@
                help="An MD5 checksum of the image."),
     cfg.StrOpt('partition_image_ref',
                help="UUID of the partitioned image to use in the tests."),
+    cfg.StrOpt('ramdisk_iso_image_ref',
+               help=("UUID (or url) of an ISO image for the ramdisk boot "
+                     "tests.")),
     cfg.ListOpt('enabled_drivers',
                 default=['fake', 'pxe_ipmitool', 'agent_ipmitool'],
                 help="List of Ironic enabled drivers."),