Codebase list cinder-tempest-plugin / 76448ff
Update example local.conf within README.rst Removed duplicated 'VIRT_DRIVER=libvirt' entry, removed deprecated service 'n-net' and added 'c-bak' service Closes-Bug: #1824918 Change-Id: I6214b0e6f94abbfae795d8bd5ecb8adcdaa79c08 Signed-off-by: Rafael Fayan <rfayan@daitan.com> Rafael Fayan 5 years ago
1 changed file(s) with 2 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
2323 ::
2424
2525 [[local|localrc]]
26 VIRT_DRIVER=libvirt
2726 ADMIN_PASSWORD=secret
2827 SERVICE_TOKEN=$ADMIN_PASSWORD
2928 MYSQL_PASSWORD=$ADMIN_PASSWORD
3433 SYSLOG=False
3534 LOG_COLOR=False
3635 RECLONE=yes
37 ENABLED_SERVICES=c-api,c-sch,c-vol,cinder,dstat,g-api,g-reg,key,mysql,
38 n-api,n-cond,n-cpu,n-crt,n-net,n-sch,rabbit,tempest
36 ENABLED_SERVICES=c-api,c-bak,c-sch,c-vol,cinder,dstat,g-api,g-reg,key
37 ENABLED_SERVICES+=,mysql,n-api,n-cond,n-cpu,n-crt,n-sch,rabbit,tempest
3938 CINDER_ENABLED_BACKENDS=lvmdriver-1
4039 CINDER_DEFAULT_VOLUME_TYPE=lvmdriver-1
4140 CINDER_VOLUME_CLEAR=none