Skip to content

Instantly share code, notes, and snippets.

@odyssey4me
Created February 12, 2018 13:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save odyssey4me/fc69b1eb68f250e37815246e37fd13f2 to your computer and use it in GitHub Desktop.
Save odyssey4me/fc69b1eb68f250e37815246e37fd13f2 to your computer and use it in GitHub Desktop.
Using pike magnum with ocata for the rest
# 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