n-cauth work with n-novnc to provide the vnc service for VMs.
Change-Id: Ia5c53aaaf7fe4f881d525a31b097b167fdb8e5c8
Closes-Bug: #1447774
| ... | ... |
@@ -49,7 +49,7 @@ if ! isset ENABLED_SERVICES ; then |
| 49 | 49 |
# Keystone - nothing works without keystone |
| 50 | 50 |
ENABLED_SERVICES=key |
| 51 | 51 |
# Nova - services to support libvirt based openstack clouds |
| 52 |
- ENABLED_SERVICES+=,n-api,n-cpu,n-net,n-cond,n-sch,n-novnc,n-crt |
|
| 52 |
+ ENABLED_SERVICES+=,n-api,n-cpu,n-net,n-cond,n-sch,n-novnc,n-crt,n-cauth |
|
| 53 | 53 |
# Glance services needed for Nova |
| 54 | 54 |
ENABLED_SERVICES+=,g-api,g-reg |
| 55 | 55 |
# Cinder |