Fix defaults for keystone role

Attempting to execute the role without the ironic
installation role, errors due to normally inherited parameters
from the bifrost-ironic-install role.

Adding the defaults to the role in order to permit standalone
execution.

Change-Id: I7ebbdc0302b27106d9c4db16bc3504b66527c428
This commit is contained in:
Julia Kreger 2017-04-02 00:30:41 +00:00
parent 5aff0681a4
commit 895bc4f8db

View File

@ -25,6 +25,11 @@ cors_allowed_origin: "http://localhost:8000"
# not need to be modified by the user.
enable_cors_credential_support: false
# Defaults required by this role that are normally inherited via
# other roles.
file_url_port: 8080
http_boot_folder: /httpboot
# Settings related to installing bifrost in a virtual environment
enable_venv: false
bifrost_venv_dir: "{{ lookup('env', 'VENV') | default('/opt/stack/bifrost') }}"