openstack.cloud.stack_info module not returning stack parameters

Bug #2059771 reported by Aouidene Imed
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
ansible-collections-openstack
New
Undecided
Unassigned

Bug Description

The module openstack.cloud.stack_info is not returning all expected outputs, especially parameters which is set to null , please find below an output of an invocation :

{
  "changed": false,
  "stacks": [
    {
      "added": null,
      "capabilities": null,
      "created_at": "2024-03-27T15:35:24Z",
      "description": "",
      "deleted": null,
      "deleted_at": null,
      "environment": null,
      "environment_files": null,
      "files": null,
      "files_container": null,
      "is_rollback_disabled": null,
      "links": [
        {
          "href": "https://horizon.example.com:13004/v1/f263d13bea354a7b8eb7a8b7bb5e9fbc/stacks/VM-107501-37wvi29kal2qyn4mohrn57lr5o2il4jedvqgm1kji2700fdfdk/8eafb496-1ec9-4c32-b257-51749fecc48e",
          "rel": "self"
        }
      ],
      "name": "VM-107501-37wvi29kal2qyn4mohrn57lr5o2il4jedvqgm1kji2700fdfdk",
      "notification_topics": null,
      "outputs": null,
      "owner_id": null,
      "parameters": null,
      "parent_id": null,
      "replaced": null,
      "status": "CREATE_COMPLETE",
      "status_reason": "Stack CREATE completed successfully",
      "tags": [
        "107501"
      ],
      "template": null,
      "template_description": null,
      "template_url": null,
      "timeout_mins": null,
      "unchanged": null,
      "updated": null,
      "updated_at": null,
      "user_project_id": "7ac08d0e3d934d7790c9533ee220baa2",
      "id": "8eafb496-1ec9-4c32-b257-51749fecc48e"
    }

Collection version : openstack.cloud: 2.2.0
ansible version : ansible [core 2.15.8]
Python version: Python 3.9.18

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.