Skip to content

[BUG] is_bootable attribute was unexpected in create_volume tools #93

Description

@S0okJu

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions