Add custom cinder plugin for nova attach

Change-Id: I0c1d8d600cc2f249750891f996a37fa75227b07d
Signed-off-by: Sai Sindhur Malleni <smalleni@redhat.com>
This commit is contained in:
Sai Sindhur Malleni
2020-01-30 14:20:16 -05:00
parent e87452d2df
commit 735822463d
4 changed files with 102 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ rally:
- glance: rally/rally-plugins/glance
- neutron: rally/rally-plugins/neutron
- netcreate-boot: rally/rally-plugins/netcreate-boot
- cinder: rally/rally-plugins/cinder
- workloads: rally/rally-plugins/workloads
shaker:
server: 1.1.1.1
@@ -302,6 +303,11 @@ workloads:
- name: neutron-securitygroup-port
enabled: true
file: rally/rally-plugins/neutron/securitygroup_port.yml
- name: create-vm-with-volume-list
enabled: true
image_name: centos7
flavor_name: m1.small
file: rally/rally-plugins/cinder/boot_vm_attach_volume_list.yml
- name: plugin-workloads
enabled: false