karborclient 0.4.0 breaks OSC docs gate due to wrong entry points

Bug #1705258 reported by Akihiro Motoki
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-karborclient
Fix Released
Undecided
Akihiro Motoki

Bug Description

python-karborclient 0.4.0 breaks OSC docs gate.
http://logs.openstack.org/09/484209/2/check/gate-python-openstackclient-docs-ubuntu-xenial/5465efb/console.html

It is caused by wrong entry points. Colon must be used to specify class names like below.

- data_protection_protectable_list = karborclient.osc.v1.protectables.ListProtectables
- data_protection_protectable_show = karborclient.osc.v1.protectables.ShowProtectable
- data_protection_protectable_instance_list = karborclient.osc.v1.protectables.ListProtectableInstances
- data_protection_protectable_instance_show = karborclient.osc.v1.protectables.ShowProtectableInstance
+ data_protection_protectable_list = karborclient.osc.v1.protectables:ListProtectables
+ data_protection_protectable_show = karborclient.osc.v1.protectables:ShowProtectable
+ data_protection_protectable_instance_list = karborclient.osc.v1.protectables:ListProtectableInstances
+ data_protection_protectable_instance_show = karborclient.osc.v1.protectables:ShowProtectableInstance

Revision history for this message
Akihiro Motoki (amotoki) wrote :
Changed in python-karborclient:
assignee: nobody → Akihiro Motoki (amotoki)
Revision history for this message
Yuval Brik (jhamhader) wrote :

Resolved, right?

Revision history for this message
Akihiro Motoki (amotoki) wrote :

After karborclient 0.4.1 was release, this was resolved.

Changed in python-karborclient:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.