Charmhelper sync before 1604 testing

Change-Id: I21571f65020335f9bd469db6f082d3482e237534
This commit is contained in:
Liam Young
2016-04-12 14:11:46 +00:00
parent eae361c36e
commit e3fe1465a1
2 changed files with 2 additions and 1 deletions

View File

@@ -137,7 +137,7 @@ SWIFT_CODENAMES = OrderedDict([
('liberty',
['2.3.0', '2.4.0', '2.5.0']),
('mitaka',
['2.5.0', '2.6.0']),
['2.5.0', '2.6.0', '2.7.0']),
])
# >= Liberty version->codename mapping

View File

@@ -1,6 +1,7 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr>=1.8.0,<1.9.0
PyYAML>=3.1.0
simplejson>=2.2.0
netifaces>=0.10.4