Merge "Update example local.conf within README.rst"
Zuul authored 5 years ago
Gerrit Code Review committed 5 years ago
| 23 | 23 | :: |
| 24 | 24 | |
| 25 | 25 | [[local|localrc]] |
| 26 | VIRT_DRIVER=libvirt | |
| 27 | 26 | ADMIN_PASSWORD=secret |
| 28 | 27 | SERVICE_TOKEN=$ADMIN_PASSWORD |
| 29 | 28 | MYSQL_PASSWORD=$ADMIN_PASSWORD |
| 34 | 33 | SYSLOG=False |
| 35 | 34 | LOG_COLOR=False |
| 36 | 35 | 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 | |
| 39 | 38 | CINDER_ENABLED_BACKENDS=lvmdriver-1 |
| 40 | 39 | CINDER_DEFAULT_VOLUME_TYPE=lvmdriver-1 |
| 41 | 40 | CINDER_VOLUME_CLEAR=none |