Add ability to install in HA mode

As long as we decide to use LBaaS in HA (with lack of rescheduling),
such mode added to plugin.

Change-Id: I84ca981f2ad5919bb804fd9349d55eb11476b324
Closes-Bug: #1423481
This commit is contained in:
Stanislaw Bogatkin 2015-02-19 12:16:24 +03:00
parent 47435822b8
commit f63c7b43e6
2 changed files with 6 additions and 2 deletions

4
.gitreview Normal file
View File

@ -0,0 +1,4 @@
[gerrit]
host=review.openstack.org
port=29418
project=stackforge/fuel-plugin-neutron-lbaas.git

View File

@ -12,12 +12,12 @@ fuel_version: ['6.0']
releases:
- os: ubuntu
version: 2014.2-6.0
mode: ['multinode']
mode: ['multinode','ha']
deployment_scripts_path: deployment_scripts/
repository_path: repositories/ubuntu
- os: centos
version: 2014.2-6.0
mode: ['multinode']
mode: ['multinode','ha']
deployment_scripts_path: deployment_scripts/
repository_path: repositories/centos