We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e6a884 commit 87b101aCopy full SHA for 87b101a
1 file changed
src/openstack_mcp_server/tools/image_tools.py
@@ -52,9 +52,7 @@ def create_image(self, image_data: CreateImage) -> Image:
52
- must provide a glance_region and glance_image_id.
53
54
:param image_data: An instance of CreateImage containing the image details.
55
- :type image: CreateImage
56
:return: An Image object representing the created image.
57
- :rtype: Image
58
"""
59
conn = get_openstack_conn()
60
0 commit comments