diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2017-08-20 23:31:32 +0200 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2017-08-31 10:33:54 +0200 |
commit | 27e42951862cc5a06d4d726779d4cb590f7f1dcf (patch) | |
tree | 5cab53201388816a918d43a037efdb9d3515612b /xci/config | |
parent | 439572b599cb8f4ae15fef1ed580862e7fe25003 (diff) |
Add note to explain how role versions can be adjusted
The OSA version can be overriden by users to move to a later
version of it (such as master).
This change adds cautionary note to README to explain what
they can do in this situation.
Change-Id: I3e4943c2c4af10001b07ffd289bd300bb5f80244
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'xci/config')
-rwxr-xr-x | xci/config/pinned-versions | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xci/config/pinned-versions b/xci/config/pinned-versions index e1c110c6..c4e30d94 100755 --- a/xci/config/pinned-versions +++ b/xci/config/pinned-versions @@ -6,6 +6,10 @@ # not work as expected. You can set the versions you want to use before running # the main script on your shell as shown on the examples below. # +# If you intend to change OPENSTACK_OSA_VERSION, please ensure you update the +# OSA ansible role versions as well. Take a look at README.rst file to see how +# this can be done. +# # It is important to be consistent between branches you use for OpenStack # projects OPNFV XCI uses. # |