Update or deprecate heat module and keystone state module to work with new keystoneng module #55611
Labels
Bug
broken, incorrect, or confusing behavior
Confirmed
Salt engineer has confirmed bug/feature - often including a MCVE
Deprecation
severity-medium
3rd level, incorrect or bad functionality, confusing and lacks a work around
Milestone
Description of Issue
This issue #49419 was setup to track deprecating the keystone module in salt/modules/keystone.py in favor of salt/modules.keystoneng.py. The problem is there are a couple other files that use this module that still need to either be deprecated or updated to work with the new keystoneng module.
For now I am going to push the deprecation warning out to a later release and use this issue to track setting these other modules on a deprecation path or updating them to use the new keystoneng module. The modules that still call salt/modules/keystone are:
glance module also calls the keystone module but the glance module is already set on a deprecation path itself for its own module.
The text was updated successfully, but these errors were encountered: