Comment 4 for bug 1307702

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to config (master)

Reviewed: https://review.openstack.org/96539
Committed: https://git.openstack.org/cgit/openstack-infra/config/commit/?id=4e6c268f6f64c1d91d6f0ea23cf72f8d87675990
Submitter: Jenkins
Branch: master

commit 4e6c268f6f64c1d91d6f0ea23cf72f8d87675990
Author: Ramy Asselin <email address hidden>
Date: Thu May 29 10:38:02 2014 -0700

    Allow choice of GIT protocol used.

    From within some corporate http networks, the 'git' protocol cannot be used.
    Update the prepare_node and cache_git_repos scripts to default to using the
    'git' protocol, but allow customiztion to use the 'http' protocol via command
    line argument.

    In addition, allow the full base url to be modifed as done in devstack stackrc
    to also allow changing repositories.

    Change-Id: I875f2e46c466e4e0fb7a5d4dbc54e958d91f9151
    Partial-Bug: #1307702