~thedac/openstack-mojo-specs/16.04-changes

« back to all changes in this revision

Viewing changes to helper/scripts/mojo-spec-check.py

  • Committer: Liam Young
  • Date: 2015-10-20 13:05:38 UTC
  • mfrom: (231.1.7 mojo-openstack-specs)
  • Revision ID: liam.young@canonical.com-20151020130538-bja45fqmm0n19jkm
[1chb1n, r=gnuoy] Add stable_deploy_ssl specs based on next_deploy_ssl.

Remove references to deprecated Utopic release & update lint check.

Rename specs for consistency.

Update spec summary doc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
UBUNTU_RELEASES = {}
23
23
OPENSTACK_RELEASES = {
24
24
    'icehouse': ['precise', 'trusty'],
25
 
    'juno': ['trusty', 'utopic'],
 
25
    'juno': ['trusty'],
26
26
    'kilo': ['trusty', 'vivid'],
27
27
    'liberty': ['trusty', 'wily']
28
28
}