Skip to content

Commit

Permalink
Use an env lookup to determine the OSA version
Browse files Browse the repository at this point in the history
This is about as fast as the current static code, and doesn't
require bumping at every release.

Change-Id: I75657c6dae2c6246ec2513f4ec452a4c354d638b
  • Loading branch information
evrardjp authored and Jesse Pretorius (odyssey4me) committed Feb 12, 2019
1 parent c44fbcb commit 7e0d2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inventory/group_vars/all/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e0d2e5

Please sign in to comment.