Add new driver and set explicit compatibility components list
Change-Id: I8475989e46d6facba6b9a482588fffb37da88532
This commit is contained in:
parent
407f2ab53d
commit
9c1ea6abe1
@ -4,4 +4,8 @@
|
|||||||
requires:
|
requires:
|
||||||
- name: 'network:neutron:core:ml2'
|
- name: 'network:neutron:core:ml2'
|
||||||
- name: 'hypervisor:vmware'
|
- name: 'hypervisor:vmware'
|
||||||
message: 'The VMware DVS plugin requires vCenter as the hypervisor option.'
|
message: 'The VMware DVS plugin requires vCenter as the hypervisor option.'
|
||||||
|
compatible:
|
||||||
|
- name: 'hypervisor:*'
|
||||||
|
- name: 'network:neutron:ml2:vlan'
|
||||||
|
- name: 'network:neutron:core:ml2'
|
||||||
|
@ -3,7 +3,7 @@ name: fuel-plugin-vmware-dvs
|
|||||||
# Human-readable name for your plugin
|
# Human-readable name for your plugin
|
||||||
title: Neutron VMware DVS ML2 plugin
|
title: Neutron VMware DVS ML2 plugin
|
||||||
# Plugin version
|
# Plugin version
|
||||||
version: '2.1.8'
|
version: '2.1.9'
|
||||||
# Description
|
# Description
|
||||||
description: Enable to use plugin vmware_dvs for Neutron
|
description: Enable to use plugin vmware_dvs for Neutron
|
||||||
# Required fuel version
|
# Required fuel version
|
||||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user