X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=stor4nfv.git;a=blobdiff_plain;f=ci%2Fansible%2Fgroup_vars%2Fcinder%2Fcinder.yaml;h=e7971d0f58223a409a3a34b5f66f40fc8dd166a7;hp=bfb1d85bf825a448dcf59905f747b7240998ad25;hb=6bc7e08cc5d80941c80e8d36d3a2b1373f147a05;hpb=6018fcdd41c2074b2c94d8033f1434be028b054b diff --git a/ci/ansible/group_vars/cinder/cinder.yaml b/ci/ansible/group_vars/cinder/cinder.yaml index bfb1d85..e7971d0 100644 --- a/ci/ansible/group_vars/cinder/cinder.yaml +++ b/ci/ansible/group_vars/cinder/cinder.yaml @@ -1,14 +1,17 @@ -authOptions: - noAuth: true - endpoint: "http://127.0.0.1/identity" - cinderEndpoint: "http://127.0.0.1:8776/v2" - domainId: "Default" - domainName: "Default" - username: "" - password: "" - tenantId: "myproject" - tenantName: "myproject" -pool: - "cinder-lvm@lvm#lvm": - AZ: nova - thin: true +authOptions: + noAuth: true + endpoint: "http://127.0.0.1/identity" + cinderEndpoint: "http://127.0.0.1:8776/v2" + domainId: "Default" + domainName: "Default" + username: "" + password: "" + tenantId: "myproject" + tenantName: "myproject" +pool: + "cinder-lvm@lvm#lvm": + AZ: nova + thin: true + accessProtocol: iscsi + thinProvisioned: true + compressed: true