Manage token TTL for Nova VNC console service

Manage token TTL for noVNC console in Nova configuration file

Change-Id: I30c55c717d342976917783de90f2cafc38a6901c
Related-Prod: PROD-21128 (PROD:21128)
diff --git a/tests/pillar/control_cluster.sls b/tests/pillar/control_cluster.sls
index 24fc414..558a692 100644
--- a/tests/pillar/control_cluster.sls
+++ b/tests/pillar/control_cluster.sls
@@ -11,7 +11,6 @@
     cpu_allocation_ratio: 16.0
     ram_allocation_ratio: 1.5
     disk_allocation_ratio: 1.0
-    consoleauth_token_ttl: 600
     workers: 8
     bind:
       private_address: 127.0.0.1
@@ -76,6 +75,8 @@
       compute: liberty
     barbican:
       enabled: true
+    consoleauth:
+      token_ttl: 600
 apache:
   server:
     enabled: true