From 03583028bb55de320f758473ec7e5739a402f3e1 Mon Sep 17 00:00:00 2001 From: James Page Date: Fri, 28 Oct 2022 09:51:43 +0200 Subject: [PATCH] Update for OpenStack zed Use stable/zed upper-constraints. Drop duplicated glance entrypoint. Change-Id: Id55e847e289e2eddf73aef2d2f15a63f719a4b14 --- snapcraft.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index f1ea308..47a13ae 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: openstackclients -version: yoga +version: zed summary: OpenStack Client tools description: | OpenStackClient (aka OSC) is a command-line client for OpenStack @@ -85,11 +85,6 @@ apps: plugs: - network - home - glance: - command: bin/glance - plugs: - - network - - home heat: command: bin/heat plugs: @@ -184,7 +179,7 @@ parts: - setuptools-rust - Cython constraints: - - https://raw.githubusercontent.com/openstack/requirements/master/upper-constraints.txt + - https://raw.githubusercontent.com/openstack/requirements/stable/zed/upper-constraints.txt build-packages: - libffi-dev - libssl-dev