Added logic for establishing DB connection.

This commit is contained in:
Felipe Monteiro
2017-07-19 22:06:39 +01:00
parent 5e66317cd9
commit 31eb6b2b29
4 changed files with 39 additions and 77 deletions

View File

@@ -1,47 +0,0 @@
[DEFAULT]
[barbican]
#
# Barbican options for allowing Deckhand to communicate with Barbican.
#
# From deckhand.conf
#
# URL override for the Barbican API endpoint. (string value)
#api_endpoint = http://barbican.example.org:9311/
[keystone_authtoken]
#
# From deckhand.conf
#
# (string value)
#signing_dir = <None>
# (string value)
#cafile = <None>
# (string value)
#project_domain_name = Default
# (string value)
#project_name = admin
# (string value)
#user_domain_name = Default
# (string value)
#password = devstack
# (string value)
#username = admin
# (string value)
#auth_url = http://127.0.0.1/identity
# (string value)
#auth_type = password