diff options
author | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2016-02-09 17:43:25 +0100 |
---|---|---|
committer | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2016-02-12 01:46:47 +0100 |
commit | e4520f628c47b37aa75e9980dcfd187199962e62 (patch) | |
tree | 6bc69f3f7bda8df7efe68a40c8c3be3fc9dd3db4 /deploy/scenario/scenario.yaml | |
parent | ef0b33dcc34ee38d090487eabba122ae018980a0 (diff) |
Fix for the KVM4NFV scenarios
- The qemu plugin has been rebased to the newer plugin framework vesion.
The scenarios need to be rebased accordingly
VERIFIED
READY TO MERGE
Change-Id: I4d74d1e94b12763f33d7731d5899a724bedcb0ce
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
Diffstat (limited to 'deploy/scenario/scenario.yaml')
-rw-r--r-- | deploy/scenario/scenario.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deploy/scenario/scenario.yaml b/deploy/scenario/scenario.yaml index 05b889c52..799a2228c 100644 --- a/deploy/scenario/scenario.yaml +++ b/deploy/scenario/scenario.yaml @@ -57,10 +57,10 @@ os-onos-nofeature-noha: configfile: no-ha_onos_heat_ceilometer_scenario_0.0.4.yaml os-nosdn-kvm-ha: - configfile: ha_nfv-kvm_heat_ceilometer_scenario_0.0.3.yaml + configfile: ha_nfv-kvm_heat_ceilometer_scenario_0.0.4.yaml os-nosdn-kvm-noha: - configfile: no-ha_nfv-kvm_heat_ceilometer_scenario_0.0.2.yaml + configfile: no-ha_nfv-kvm_heat_ceilometer_scenario_0.0.3.yaml os-nosdn-ovs-ha: configfile: ha_nfv-ovs_heat_ceilometer_scenario_0.0.3.yaml |