Merge lp:~james-page/ubuntu-reports/cloud-archive-icehouse into lp:ubuntu-reports

Proposed by James Page
Status: Merged
Merged at revision: 112
Proposed branch: lp:~james-page/ubuntu-reports/cloud-archive-icehouse
Merge into: lp:ubuntu-reports
Diff against target: 26 lines (+6/-3)
1 file modified
server/cloud-archive/version-tracker/common.py (+6/-3)
To merge this branch: bzr merge lp:~james-page/ubuntu-reports/cloud-archive-icehouse
Reviewer Review Type Date Requested Status
Ubuntu Reports Dev Team Pending
Review via email: mp+197337@code.launchpad.net

Description of the change

Add icehouse for cloud-archive reporting

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'server/cloud-archive/version-tracker/common.py'
2--- server/cloud-archive/version-tracker/common.py 2013-10-04 20:57:12 +0000
3+++ server/cloud-archive/version-tracker/common.py 2013-12-02 10:40:38 +0000
4@@ -4,7 +4,7 @@
5 import logging
6
7 CURRENT_UBUNTU_STABLE = 'precise'
8-CURRENT_UBUNTU_DEV = 'saucy'
9+CURRENT_UBUNTU_DEV = 'trusty'
10
11 # map openstack releases to ubuntu releases
12 VERSION_MAP = {
13@@ -19,8 +19,11 @@
14 'havana': {
15 'ubuntu_stable': 'precise',
16 'ubuntu_dev': 'saucy',
17- }
18-
19+ },
20+ 'icehouse': {
21+ 'ubuntu_stable': 'precise',
22+ 'ubuntu_dev': 'trusty',
23+ },
24 }
25
26 CA_PACKAGES_URL = ("http://ubuntu-cloud.archive.canonical.com/ubuntu/dists/"

Subscribers

People subscribed via source and target branches