~gnuoy/charms/trusty/neutron-openvswitch/workloadstatus

« back to all changes in this revision

Viewing changes to tests/basic_deployment.py

  • Committer: james.page at ubuntu
  • Date: 2015-06-10 14:01:59 UTC
  • mfrom: (62.1.32 neutron-openvswitch)
  • Revision ID: james.page@ubuntu.com-20150610140159-83k3sr2pq07gs4a3
Adds support for:

* Use a Python virtualenv when deploying from source
* Default to shallow clone for git (depth=1)
* Pass http_proxy to pip installs if specified

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
            openstack_origin_git = {
73
73
                'repositories': [
74
74
                    {'name': 'requirements',
75
 
                     'repository': 'git://git.openstack.org/openstack/requirements',
 
75
                     'repository': 'git://github.com/openstack/requirements',
76
76
                     'branch': branch},
77
77
                    {'name': 'neutron',
78
 
                     'repository': 'git://git.openstack.org/openstack/neutron',
 
78
                     'repository': 'git://github.com/openstack/neutron',
79
79
                     'branch': branch},
80
80
                ],
81
81
                'directory': '/mnt/openstack-git',