Switch to rocky release versions

Change-Id: I850821b6c7964e2185f14894332c54e07cfd30ea
This commit is contained in:
James Page 2018-10-21 12:54:36 -06:00
parent 205b122f73
commit 3e7ff6240a

View File

@ -1,5 +1,5 @@
name: openstackclients name: openstackclients
version: queens version: rocky
summary: OpenStack Client tools summary: OpenStack Client tools
description: | description: |
OpenStackClient (aka OSC) is a command-line client for OpenStack OpenStackClient (aka OSC) is a command-line client for OpenStack
@ -29,43 +29,43 @@ apps:
cinder: cinder:
command: bin/cinder command: bin/cinder
aodh: aodh:
command: bin/aodh command: bin/aodh
barbican: barbican:
command: bin/barbican command: bin/barbican
ceilometer: ceilometer:
command: bin/ceilometer command: bin/ceilometer
cloudkitty: cloudkitty:
command: bin/cloudkitty command: bin/cloudkitty
designate: designate:
command: bin/designate command: bin/designate
freezer: freezer:
command: bin/freezer command: bin/freezer
glance: glance:
command: bin/glance command: bin/glance
heat: heat:
command: bin/heat command: bin/heat
ironic: ironic:
command: bin/ironic command: bin/ironic
magnum: magnum:
command: bin/magnum command: bin/magnum
manila: manila:
command: bin/manila command: bin/manila
mistral: mistral:
command: bin/mistral command: bin/mistral
monasca: monasca:
command: bin/monasca command: bin/monasca
murano: murano:
command: bin/murano command: bin/murano
swift: swift:
command: bin/swift command: bin/swift
tacker: tacker:
command: bin/tacker command: bin/tacker
trove: trove:
command: bin/trove command: bin/trove
vitrage: vitrage:
command: bin/vitrage command: bin/vitrage
watcher: watcher:
command: bin/watcher command: bin/watcher
parts: parts:
openstackclients: openstackclients:
@ -100,7 +100,7 @@ parts:
- python-neutronclient - python-neutronclient
- python-openstackclient - python-openstackclient
- gnocchiclient - gnocchiclient
constraints: https://raw.githubusercontent.com/openstack/requirements/stable/queens/upper-constraints.txt constraints: https://raw.githubusercontent.com/openstack/requirements/stable/rocky/upper-constraints.txt
build-packages: build-packages:
- libffi-dev - libffi-dev
- libssl-dev - libssl-dev