Update for OpenStack zed

Use stable/zed upper-constraints.

Drop duplicated glance entrypoint.

Change-Id: Id55e847e289e2eddf73aef2d2f15a63f719a4b14
This commit is contained in:
James Page 2022-10-28 09:51:43 +02:00
parent 82e6a2c771
commit 03583028bb
1 changed files with 2 additions and 7 deletions

View File

@ -1,5 +1,5 @@
name: openstackclients name: openstackclients
version: yoga version: zed
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
@ -85,11 +85,6 @@ apps:
plugs: plugs:
- network - network
- home - home
glance:
command: bin/glance
plugs:
- network
- home
heat: heat:
command: bin/heat command: bin/heat
plugs: plugs:
@ -184,7 +179,7 @@ parts:
- setuptools-rust - setuptools-rust
- Cython - Cython
constraints: constraints:
- https://raw.githubusercontent.com/openstack/requirements/master/upper-constraints.txt - https://raw.githubusercontent.com/openstack/requirements/stable/zed/upper-constraints.txt
build-packages: build-packages:
- libffi-dev - libffi-dev
- libssl-dev - libssl-dev