Merge "Revert "Update release version into reboot plugin""

This commit is contained in:
Jenkins 2016-02-29 17:21:33 +00:00 committed by Gerrit Code Review
commit 20f6cb9463

View File

@ -69,7 +69,6 @@ class RebootPlugin(TestBasic):
# create plugin template on the master node
self.show_step(3)
fpb.fpb_create_plugin(source_plugin_path)
fpb.fpb_change_plugin_version(plugin_name, 'mitaka-9.0')
# replace plugin tasks with our file
fpb.fpb_replace_plugin_content(
os.path.join(tasks_path, tasks_file),
@ -203,7 +202,6 @@ class RebootPlugin(TestBasic):
# create plugin template on the master node
fpb.fpb_create_plugin(source_plugin_path)
# replace plugin tasks with our file
fpb.fpb_change_plugin_version(plugin_name, 'mitaka-9.0')
fpb.fpb_replace_plugin_content(
os.path.join('/tmp/', tasks_file),
os.path.join(source_plugin_path, 'tasks.yaml'))