From 04a255b404d8b4f26c94bf25f7a4289625270f30 Mon Sep 17 00:00:00 2001 From: Adam Harwell Date: Wed, 18 Mar 2015 15:39:05 -0500 Subject: [PATCH] Make the default devstack config use the right password Now in line with etc/barbican/barbican-functional.conf (and the gate) which use "secretadmin" as the default devstack password. Change-Id: Idc8514f56725dd4ac0d1fda9eae0643d0278fd34 --- contrib/devstack/local.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/devstack/local.conf b/contrib/devstack/local.conf index 089510f79..a94816d04 100644 --- a/contrib/devstack/local.conf +++ b/contrib/devstack/local.conf @@ -10,4 +10,4 @@ DATABASE_PASSWORD=password RABBIT_PASSWORD=password SERVICE_TOKEN=password SERVICE_PASSWORD=password -ADMIN_PASSWORD=password +ADMIN_PASSWORD=secretadmin