summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-03-28 22:41:45 +0300
committerLars Wirzenius <liw@liw.fi>2017-03-28 22:41:45 +0300
commitb3391c9c7937beeaf1e3481113e4bd149881577e (patch)
tree293a3c60f37216c10a71b1c7a3d7264b8e524449
parentccfd03d3a396f7d81b973b2dbe1ab4ed047d6c91 (diff)
downloadvmdb2-b3391c9c7937beeaf1e3481113e4bd149881577e.tar.gz
Change tag names for deboostrap plugin
-rw-r--r--vmdb/plugins/kernel_plugin.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/vmdb/plugins/kernel_plugin.py b/vmdb/plugins/kernel_plugin.py
index 0e3c3e5..52fc33b 100644
--- a/vmdb/plugins/kernel_plugin.py
+++ b/vmdb/plugins/kernel_plugin.py
@@ -34,11 +34,11 @@ class KernelPlugin(cliapp.Plugin):
class KernelStepRunner(vmdb.StepRunnerInterface):
def get_required_keys(self):
- return ['kernel']
+ return ['kernel', 'fs-tag']
def run(self, step_spec, settings, state):
package = step_spec['kernel']
- fstag = step_spec['fstag']
+ fstag = step_spec['fs-tag']
mount_point = state.mounts[fstag]
sys.stdout.write(
'Install {} to filesystem at {} ({})\n'.format(