~corey.bryant/charms/trusty/glance/fix-global-reqs

« back to all changes in this revision

Viewing changes to tests/basic_deployment.py

  • Committer: james.page at ubuntu
  • Date: 2015-05-27 13:59:44 UTC
  • mfrom: (111.1.39 glance)
  • Revision ID: james.page@ubuntu.com-20150527135944-x2a80sbahm5099fr
Deploy from source

Adds support to:
* 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:
66
66
            openstack_origin_git = {
67
67
                'repositories': [
68
68
                    {'name': 'requirements',
69
 
                     'repository': 'git://git.openstack.org/openstack/requirements',
 
69
                     'repository': 'git://github.com/openstack/requirements',
70
70
                     'branch': branch},
71
71
                    {'name': 'glance',
72
 
                     'repository': 'git://git.openstack.org/openstack/glance',
 
72
                     'repository': 'git://github.com/openstack/glance',
73
73
                     'branch': branch},
74
74
                ],
75
75
                'directory': '/mnt/openstack-git',