Browse code

Fix typo in ironic configure function

IRONIC_CONF should be replaced by IRONIC_CONF_FILE

Change-Id: Ie43e376f42f14c46d21df7dbb19db923521f438b

Alexander Gordeev authored on 2014/03/04 23:38:33
Showing 1 changed files
... ...
@@ -124,7 +124,7 @@ function configure_ironic_conductor {
124 124
     cp $IRONIC_DIR/etc/ironic/rootwrap.conf $IRONIC_ROOTWRAP_CONF
125 125
     cp -r $IRONIC_DIR/etc/ironic/rootwrap.d $IRONIC_CONF_DIR
126 126
 
127
-    iniset $IRONIC_CONF DEFAULT rootwrap_config $IRONIC_ROOTWRAP_CONF
127
+    iniset $IRONIC_CONF_FILE DEFAULT rootwrap_config $IRONIC_ROOTWRAP_CONF
128 128
 }
129 129
 
130 130
 # create_ironic_cache_dir() - Part of the init_ironic() process