[console_scripts]
blazar = blazarclient.shell:main

[openstack.cli.extension]
reservation = blazarclient.osc.plugin

[openstack.reservation.v1]
reservation_allocation_list = blazarclient.v1.shell_commands.allocations:ListAllocations
reservation_allocation_show = blazarclient.v1.shell_commands.allocations:ShowAllocations
reservation_device_allocation_list = blazarclient.v1.shell_commands.devices:ListDeviceAllocations
reservation_device_allocation_show = blazarclient.v1.shell_commands.devices:ShowDeviceAllocation
reservation_device_create = blazarclient.v1.shell_commands.devices:CreateDevice
reservation_device_delete = blazarclient.v1.shell_commands.devices:DeleteDevice
reservation_device_list = blazarclient.v1.shell_commands.devices:ListDevices
reservation_device_property_list = blazarclient.v1.shell_commands.devices:ListDeviceProperties
reservation_device_property_set = blazarclient.v1.shell_commands.devices:UpdateDeviceProperty
reservation_device_property_show = blazarclient.v1.shell_commands.devices:ShowDeviceProperty
reservation_device_reallocate = blazarclient.v1.shell_commands.devices:ReallocateDevice
reservation_device_set = blazarclient.v1.shell_commands.devices:UpdateDevice
reservation_device_show = blazarclient.v1.shell_commands.devices:ShowDevice
reservation_device_unset = blazarclient.v1.shell_commands.devices:UnsetAttributeDevice
reservation_floatingip_create = blazarclient.v1.shell_commands.floatingips:CreateFloatingIP
reservation_floatingip_delete = blazarclient.v1.shell_commands.floatingips:DeleteFloatingIP
reservation_floatingip_list = blazarclient.v1.shell_commands.floatingips:ListFloatingIPs
reservation_floatingip_show = blazarclient.v1.shell_commands.floatingips:ShowFloatingIP
reservation_host_allocation_list = blazarclient.v1.shell_commands.hosts:ListHostAllocations
reservation_host_allocation_show = blazarclient.v1.shell_commands.hosts:ShowHostAllocation
reservation_host_create = blazarclient.v1.shell_commands.hosts:CreateHost
reservation_host_delete = blazarclient.v1.shell_commands.hosts:DeleteHost
reservation_host_list = blazarclient.v1.shell_commands.hosts:ListHosts
reservation_host_property_list = blazarclient.v1.shell_commands.hosts:ListHostProperties
reservation_host_property_set = blazarclient.v1.shell_commands.hosts:UpdateHostProperty
reservation_host_property_show = blazarclient.v1.shell_commands.hosts:ShowHostProperty
reservation_host_reallocate = blazarclient.v1.shell_commands.hosts:ReallocateHost
reservation_host_set = blazarclient.v1.shell_commands.hosts:UpdateHost
reservation_host_show = blazarclient.v1.shell_commands.hosts:ShowHost
reservation_host_unset = blazarclient.v1.shell_commands.hosts:UnsetAttributesHost
reservation_lease_create = blazarclient.v1.shell_commands.leases:CreateLeaseBase
reservation_lease_delete = blazarclient.v1.shell_commands.leases:DeleteLease
reservation_lease_list = blazarclient.v1.shell_commands.leases:ListLeases
reservation_lease_set = blazarclient.v1.shell_commands.leases:UpdateLease
reservation_lease_show = blazarclient.v1.shell_commands.leases:ShowLease
reservation_network_allocation_list = blazarclient.v1.shell_commands.networks:ListNetworkAllocations
reservation_network_allocation_show = blazarclient.v1.shell_commands.networks:ShowNetworkAllocation
reservation_network_create = blazarclient.v1.shell_commands.networks:CreateNetwork
reservation_network_delete = blazarclient.v1.shell_commands.networks:DeleteNetwork
reservation_network_list = blazarclient.v1.shell_commands.networks:ListNetworks
reservation_network_property_list = blazarclient.v1.shell_commands.networks:ListNetworkProperties
reservation_network_property_set = blazarclient.v1.shell_commands.networks:UpdateNetworkProperty
reservation_network_property_show = blazarclient.v1.shell_commands.networks:ShowNetworkProperty
reservation_network_set = blazarclient.v1.shell_commands.networks:UpdateNetwork
reservation_network_show = blazarclient.v1.shell_commands.networks:ShowNetwork
reservation_network_unset = blazarclient.v1.shell_commands.networks:UnsetAttributeNetwork
