From fc3228bd6c2163081143e2231e0574faa9bcaad1 Mon Sep 17 00:00:00 2001 From: Guo Ruijing Date: Tue, 3 May 2016 09:22:42 +0800 Subject: Create fuel kvm plugin Upstream status: NA In Brahmaputra release, KVM plugin functionality was bundled inside the fuel-plugin-qemu. In order for easy maintenance, the KVM plugin functionality would be separated from fuel-plugin-qemu and moved into an independent fuel-plugin-kvm and keep the source code here starting from Colorado release. Change-Id: Id89069234a4529cca40f1887e2d947378f928dd2 Signed-off-by: davidjchou Signed-off-by: Guo Ruijing --- fuel-plugin/environment_config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 fuel-plugin/environment_config.yaml (limited to 'fuel-plugin/environment_config.yaml') diff --git a/fuel-plugin/environment_config.yaml b/fuel-plugin/environment_config.yaml new file mode 100644 index 000000000..1c646d37a --- /dev/null +++ b/fuel-plugin/environment_config.yaml @@ -0,0 +1,6 @@ +attributes: + use_kvm: + type: "checkbox" + weight: 20 + value: false + label: "EXPERIMENTAL: KVM enhancements for NFV" -- cgit 1.2.3-korg