mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-28 13:21:25 -07:00
openstack: drop some reference to shade (#47359)
shade is not used anymore by the `os_*` modules. PR #40532 replaces `shade` library by `openstacksdk`. This commit clean up some references to the old library. It's similiar to what has been done in PR #40784.
This commit is contained in:
parent
b7e77c4274
commit
30b6bb34cd
4 changed files with 7 additions and 13 deletions
|
@ -172,7 +172,7 @@ class InventoryModule(BaseInventoryPlugin, Constructable, Cacheable):
|
|||
else:
|
||||
config_files = None
|
||||
|
||||
# TODO(mordred) Integrate shade's logging with ansible's logging
|
||||
# TODO(mordred) Integrate openstack's logging with ansible's logging
|
||||
sdk.enable_logging()
|
||||
|
||||
cloud_inventory = sdk_inventory.OpenStackInventory(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue