Use an env lookup to determine the OSA version

This is about as fast as the current static code, and doesn't
require bumping at every release.

Change-Id: I75657c6dae2c6246ec2513f4ec452a4c354d638b
This commit is contained in:
Jean-Philippe Evrard 2019-01-29 16:42:06 +01:00 committed by Jesse Pretorius (odyssey4me)
parent c44fbcbbe3
commit 7e0d2e5e5c
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
# limitations under the License.
## OpenStack Source Code Release
openstack_release: 19.0.0.0b1
openstack_release: "{{ lookup('env', 'OSA_VERSION') | default('undefined', true) }}"
## Verbosity Options
debug: False