Add databag for nova_api db_password

Change Idf6645064a1c2f337f542b29a026969c7d35efbe added a nova_api
database, we need the corresponding data bag for the integration tests
to work.

Change-Id: I4aa89315eb86166193cf3c389adfdd868736d5dc
This commit is contained in:
Jens Rosenboom 2016-03-18 10:32:24 +01:00
parent aeffd17a1d
commit 8d1b74b24e
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{
"id": "nova_api",
"nova_api": {
"encrypted_data": "HNKWBIqI97m4kKUzmJPMhFOs88674fiRoZJutZalsx4=\n",
"iv": "uZn6Fma8PxAJgyMnqEUk0A==\n",
"version": 1,
"cipher": "aes-256-cbc"
}
}