~gnuoy/charm-helpers/services-framework-onchange-action

« back to all changes in this revision

Viewing changes to tests/contrib/openstack/test_openstack_utils.py

  • Committer: Liam Young
  • Date: 2015-08-12 09:54:10 UTC
  • mfrom: (406.1.4 liberty-support)
  • Revision ID: liam.young@canonical.com-20150812095410-sx2n2gzwndmbmcat
[james-page, r=gnuoy] Add support for independent Openstack project versioning in >= liberty

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
}
27
27
 
28
28
FAKE_REPO = {
 
29
    'neutron-common': {
 
30
        'pkg_vers': '2:7.0.0-0ubuntu1',
 
31
        'os_release': 'liberty',
 
32
        'os_version': '2015.2'
 
33
    },
 
34
    'nova-common': {
 
35
        'pkg_vers': '2:12.0.0~b1-0ubuntu1',
 
36
        'os_release': 'liberty',
 
37
        'os_version': '2015.2'
 
38
    },
29
39
    'nova-common': {
30
40
        'pkg_vers': '2012.2.3-0ubuntu2.1',
31
41
        'os_release': 'folsom',