Use new openstackclient tag

This looses dependency using the new openstackclient tag, which
requires only packages actually related to openstack CLI.

Depends-on: https://review.opendev.org/899594
Change-Id: I803e353ed5f13a98ae264c28810d08ea9e6e985b
This commit is contained in:
Takashi Kajinami 2023-10-30 23:55:44 +09:00
parent b712889f21
commit 0d26abb8d5
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@ class keystone::deps {
# will have clients available to create resources. This tag handles the
# openstackclient but indirectly since the client is not available in
# all catalogs that don't need the client class (like many spec tests)
Package<| tag == 'openstack'|>
~> Anchor['keystone::service::end']
Package<| tag == 'openstackclient'|>
-> Anchor['keystone::service::end']
# Installation or config changes will always restart services.
Anchor['keystone::install::end'] ~> Anchor['keystone::service::begin']