From 4a838367723d4d298dbdf8ed917e43a70e907a53 Mon Sep 17 00:00:00 2001 From: Fedor Zhadaev Date: Fri, 16 Dec 2016 11:12:39 +0400 Subject: [PATCH] Change plugin version to 4.0.0 --- bond_config.yaml | 5 ----- metadata.yaml | 2 +- nic_config.yaml | 4 ---- node_config.yaml | 4 ---- 4 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 bond_config.yaml delete mode 100644 nic_config.yaml delete mode 100644 node_config.yaml diff --git a/bond_config.yaml b/bond_config.yaml deleted file mode 100644 index 61c5192..0000000 --- a/bond_config.yaml +++ /dev/null @@ -1,5 +0,0 @@ -# This file contains additional bond attributes provided by plugin. -# Please, take a look at following link for the details: -# - https://blueprints.launchpad.net/fuel/+spec/nics-and-nodes-attributes-via-plugin -# - https://specs.openstack.org/openstack/fuel-specs/specs/10.0/nics-and-nodes-attributes-via-plugin.html - diff --git a/metadata.yaml b/metadata.yaml index 0184f6b..7e1a9ba 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -35,4 +35,4 @@ releases: repository_path: repositories/ubuntu # Version of plugin package -package_version: '5.0.0' +package_version: '4.0.0' diff --git a/nic_config.yaml b/nic_config.yaml deleted file mode 100644 index d3ed991..0000000 --- a/nic_config.yaml +++ /dev/null @@ -1,4 +0,0 @@ -# This file contains additional nic attributes provided by plugin. -# Please, take a look at following link for the details: -# - https://blueprints.launchpad.net/fuel/+spec/nics-and-nodes-attributes-via-plugin -# - https://specs.openstack.org/openstack/fuel-specs/specs/10.0/nics-and-nodes-attributes-via-plugin.html diff --git a/node_config.yaml b/node_config.yaml deleted file mode 100644 index baf43ba..0000000 --- a/node_config.yaml +++ /dev/null @@ -1,4 +0,0 @@ -# This file contains additional node's attributes provided by plugin. -# Please, take a look at following link for the details: -# - https://blueprints.launchpad.net/fuel/+spec/nics-and-nodes-attributes-via-plugin -# - https://specs.openstack.org/openstack/fuel-specs/specs/10.0/nics-and-nodes-attributes-via-plugin.html