Skip to content

Commit 103b84c

Browse files
committed
feat(cinder): Add get attachments tool(#70)
- Add get attachments tool - Tests are updated and passing
1 parent 21121d2 commit 103b84c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/openstack_mcp_server/tools/block_storage_tools.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@ def get_attachments(
236236
"""
237237
Get the list of attachments.
238238
239+
:param volume_id: The ID of the volume.
240+
:param instance: The ID of the instance.
239241
:return: A list of Attachment objects.
240242
"""
241243
conn = get_openstack_conn()

0 commit comments

Comments
 (0)