diff options
| author | Mihai Prica <prica.mihai@gmail.com> | 2013-06-13 13:41:31 +0300 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:57 -0400 |
| commit | 3fbb072a6367aebcf4852a1d7ec06fa18daa7a49 (patch) | |
| tree | 5b3387257e784e7615f5e52498c2792d73fdc13c /meta-openstack | |
| parent | 796696c168d507f2e5c2524d628cb630ba62ff68 (diff) | |
| download | meta-cloud-services-3fbb072a6367aebcf4852a1d7ec06fa18daa7a49.tar.gz | |
python-quantum: Changed user
The quantum user should be used to run the quantum
services. The admin user is not authorized.
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-quantum/quantum.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-quantum/quantum.conf b/meta-openstack/recipes-devtools/python/python-quantum/quantum.conf index a9d112c..bcf14fa 100644 --- a/meta-openstack/recipes-devtools/python/python-quantum/quantum.conf +++ b/meta-openstack/recipes-devtools/python/python-quantum/quantum.conf | |||
| @@ -282,6 +282,6 @@ auth_host = 127.0.0.1 | |||
| 282 | auth_port = 35357 | 282 | auth_port = 35357 |
| 283 | auth_protocol = http | 283 | auth_protocol = http |
| 284 | admin_tenant_name = service | 284 | admin_tenant_name = service |
| 285 | admin_user = admin | 285 | admin_user = quantum |
| 286 | admin_password = password | 286 | admin_password = password |
| 287 | signing_dir = /var/lib/quantum/keystone-signing | 287 | signing_dir = /var/lib/quantum/keystone-signing |
