Merge lp:~zulcss/charm-helpers/fix-typo into lp:charm-helpers

Proposed by Chuck Short on 2016-11-14
Status: Rejected
Rejected by: Ryan Beisner on 2017-02-15
Proposed branch: lp:~zulcss/charm-helpers/fix-typo
Merge into: lp:charm-helpers
Diff against target: 16 lines (+3/-3)
1 file modified
charmhelpers/contrib/openstack/utils.py (+3/-3)
To merge this branch: bzr merge lp:~zulcss/charm-helpers/fix-typo
Reviewer Review Type Date Requested Status
charmers 2016-11-14 Pending
Review via email: mp+310805@code.launchpad.net

Description of the Change

Fix typo in cloud archive.

To post a comment you must log in.
Ryan Beisner (1chb1n) wrote :

This is superseded by code which is already in trunk.

Unmerged revisions

659. By Chuck Short on 2016-11-14

Fix thinko

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'charmhelpers/contrib/openstack/utils.py'
2--- charmhelpers/contrib/openstack/utils.py 2016-11-11 18:09:38 +0000
3+++ charmhelpers/contrib/openstack/utils.py 2016-11-14 20:01:43 +0000
4@@ -547,9 +547,9 @@
5 'newton': 'xenial-updates/newton',
6 'newton/updates': 'xenial-updates/newton',
7 'newton/proposed': 'xenial-proposed/newton',
8- 'zesty': 'zesty-updates/ocata',
9- 'zesty/updates': 'xenial-updates/ocata',
10- 'zesty/proposed': 'xenial-proposed/ocata',
11+ 'ocata': 'xenial-updates/ocata',
12+ 'ocata/updates': 'xenial-updates/ocata',
13+ 'ocata/proposed': 'xenial-proposed/ocata',
14 }
15
16 try:

Subscribers

People subscribed via source and target branches