Created
February 12, 2018 13:04
-
-
Save odyssey4me/fc69b1eb68f250e37815246e37fd13f2 to your computer and use it in GitHub Desktop.
Using pike magnum with ocata for the rest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# The py_pkgs lookup will ignore all _git_ variables unless the | |
# _git_repo variable is present. As we're not wanting to use a | |
# fork in this case we just have the default value here. | |
magnum_git_repo: https://git.openstack.org/openstack/magnum | |
# Now we set the SHA/branch we want to build magnum from. | |
magnum_git_install_branch: "stable/pike" | |
# The key change is to allow the build to happen with the | |
# upstream indexes enabled (which is disabled by default to | |
# lock down where the packages come from). By applying this | |
# setting we're opening up the wheel build to use more than | |
# what is available on the repo server. | |
magnum_git_install_fragments: "venvwithindex=True" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment