From 2443c37c1dc2b62bb4c423357f3cae33b6e92762 Mon Sep 17 00:00:00 2001 From: Yalei Wang Date: Fri, 24 Apr 2015 10:58:52 +0800 Subject: [PATCH] Add n-cauth into defalut services n-cauth work with n-novnc to provide the vnc service for VMs. Change-Id: Ia5c53aaaf7fe4f881d525a31b097b167fdb8e5c8 Closes-Bug: #1447774 --- stackrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stackrc b/stackrc index 0b93d32358..2a49ea5ef5 100644 --- a/stackrc +++ b/stackrc @@ -49,7 +49,7 @@ if ! isset ENABLED_SERVICES ; then # Keystone - nothing works without keystone ENABLED_SERVICES=key # Nova - services to support libvirt based openstack clouds - ENABLED_SERVICES+=,n-api,n-cpu,n-net,n-cond,n-sch,n-novnc,n-crt + ENABLED_SERVICES+=,n-api,n-cpu,n-net,n-cond,n-sch,n-novnc,n-crt,n-cauth # Glance services needed for Nova ENABLED_SERVICES+=,g-api,g-reg # Cinder