Ensure authtoken installs python-memcached before services start

The keystone::resources::authtoken defined resource type installs
python-memcached, which should be available when services start.

This ensures that all configuration and package installation for
authtoken middleware are completed before config step completes, to
ensure that requirement.

Change-Id: I8f2df1c5881473ca7937bdb26954ce566569788a
This commit is contained in:
Takashi Kajinami
2024-02-17 21:20:56 +09:00
parent 4d1bb57b75
commit 1bb8220432

View File

@@ -279,4 +279,6 @@ class aodh::keystone::authtoken(
service_type => $service_type,
interface => $interface;
}
Keystone::Resource::Authtoken['aodh_config'] -> Anchor['aodh::config::end']
}