Update integration tests password

The new gate job to run the integration tests is currently failing
because the password defined in horizon.conf does not match the
password created for devstack on the gate. It should be updated to
"secretadmin".

Change-Id: I71e37dcc78c2c6d5d7666a6aa466afa84e91629d
Closes-Bug: #1392269
This commit is contained in:
Julie Pichon 2014-11-13 10:45:55 +00:00
parent 57201b2a13
commit bbd4ac5a59
1 changed files with 2 additions and 2 deletions

View File

@ -21,14 +21,14 @@ page_timeout=10
username=demo
# API key to use when authenticating. (string value)
password=pass
password=secretadmin
# Administrative Username to use for admin API requests.
# (string value)
admin_username=admin
# API key to use when authenticating as admin. (string value)
admin_password=pass
admin_password=secretadmin
[service_available]