From 0d6abba3c7eeb7abd1bf378fb1d569f65ed20206 Mon Sep 17 00:00:00 2001 From: Igor Gajsin Date: Fri, 7 Aug 2015 13:38:58 +0300 Subject: [PATCH] change README.md Add instruction to patch fuel plugin builder before build the plugin. Change-Id: I7af40c7cdd10607a7e180a5c2f4c564bc1c3f3c8 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index fdb6961..cff1a75 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,13 @@ fuel-plugin-vmware-dvs There is the Fuel plugin which provides Neutron for networking on VMware-related MOS environments. + +Installation +============ + +There is only one difference from normal plugin installation way. Before +building the plugin you have to patch plugin_rpm.spec.mako file which is a part +of the fuel plugin builder. + +Just do +$ cd /path/to/fuel-plugin-vmware-dvs; sudo patch /path/to/plugin_rpm.spec.mako hack.diff \ No newline at end of file