Commit 2a899081 by e0d

Comments, plus fixing openstack role

parent b84a26eb
......@@ -11,6 +11,11 @@
# Defaults for role aws
#
# Both of these vars are required to work-around
# some ansible variable precedence issues with
# circular dependencies introduced in the openstack PR.
# More investigation is required to determine the optimal
# solution.
vhost_name: aws
VHOST_NAME: "{{ vhost_name }}"
......
......@@ -11,7 +11,13 @@
# Defaults for role openstack
#
# Both of these vars are required to work-around
# some ansible variable precedence issues with
# circular dependencies introduced in the openstack PR.
# More investigation is required to determine the optimal
# solution.
vhost_name: openstack
VHOST_NAME: "{{ vhost_name }}"
# Credentials for log sync script
SWIFT_LOG_SYNC_USERNAME: ''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment