dde8effbd0
Downstream deployers may want not to deploy the /etc/openstack-release file, or to customise the contents. This patch makes the file drop optional, but also makes the contents more configurable. Change-Id: I549a23f2f08dfb97ca8daa36f00437d927de30a5
7 lines
226 B
Django/Jinja
7 lines
226 B
Django/Jinja
# {{ ansible_managed }}
|
|
|
|
DISTRIB_ID="{{ openstack_distrib_id }}"
|
|
DISTRIB_RELEASE="{{ openstack_distrib_release }}"
|
|
DISTRIB_CODENAME="{{ openstack_distrib_code_name }}"
|
|
DISTRIB_DESCRIPTION="{{ openstack_distrib_description }}"
|