# Plugin name name: lbaas title: LBaaS plugin for Neutron # Plugin version version: 1.0.1 # Description description: Enables LBaaS for Neutron. Be aware, in HA mode rescheduling of LB instances will not work!! # Required fuel version fuel_version: ['6.0','6.1'] # The plugin is compatible with releases in the list releases: - os: ubuntu version: 2014.2-6.0 mode: ['multinode','ha'] deployment_scripts_path: deployment_scripts/ repository_path: repositories/ubuntu - os: centos version: 2014.2-6.0 mode: ['multinode','ha'] deployment_scripts_path: deployment_scripts/ repository_path: repositories/centos - os: ubuntu version: 2014.2-6.1 mode: ['multinode','ha'] deployment_scripts_path: deployment_scripts/ repository_path: repositories/ubuntu - os: centos version: 2014.2-6.1 mode: ['multinode','ha'] deployment_scripts_path: deployment_scripts/ repository_path: repositories/centos # Version of plugin package package_version: '2.0.0'