-
Notifications
You must be signed in to change notification settings - Fork 6
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
is_bootable attribute was unexpected in create_volume tools.
The bootable attribute is set during volume creation. To change it, the attribute must be modified after the volume is created. So, is_bootable attributes should be deleted in create_volume.
To Reproduce
When you execute create_volume tools, it gets error.
internal error: Error calling tool 'create_volume': BadRequestException: 400: Client Error for url: http://<openstack_ip>/volume/v3/volumes, Invalid input for field/attribute volume. Value: {'name': 'tttttest-volume', 'bootable': False, 'size': 1}. Additional properties are not allowed ('bootable' was unexpected)
Expected behavior
- Cinder should be created well.
Screenshots
- x
Desktop (please complete the following information):
- Claude Desktop
Log file / Error Message:
internal error: Error calling tool 'create_volume': BadRequestException: 400: Client Error for url: http://<openstack_ip>/volume/v3/volumes, Invalid input for field/attribute volume. Value: {'name': 'tttttest-volume', 'bootable': False, 'size': 1}. Additional properties are not allowed ('bootable' was unexpected)
Additional context
- x
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working