Commit 7988325
Fix openstack quota show without cinder
Per this Debian bug [1], 'openstack quota show --default' fails when
cinder is NOT installed. This is also true of other services.
Conflicts:
openstackclient/common/quota.py
NOTE(stephenfin): Conflicts are due to the absence of change
I43d9ede39d36cc29301f94fa462b9b9d9441807c which repurposed the compute
client attribute for the SDK client. We also need to update the new
test to reflect this old naming scheme.
[1] https://bugs.debian.org/1109288
Change-Id: I361da44b9f1d09ba3a454632d41e2110a3815395
Signed-off-by: Svein-Erik Skjelbred <svein-erik@skjelbred.com>
Signed-off-by: Thomas Goirand <zigo@debian.org>
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
(cherry picked from commit de88853)
(cherry picked from commit 63f78be)1 parent bc1930c commit 7988325
File tree
2 files changed
+42
-5
lines changed- openstackclient
- common
- tests/unit/common
2 files changed
+42
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
733 | 733 | | |
734 | 734 | | |
735 | 735 | | |
736 | | - | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
737 | 740 | | |
738 | 741 | | |
739 | 742 | | |
740 | 743 | | |
741 | 744 | | |
742 | 745 | | |
743 | | - | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
744 | 751 | | |
745 | 752 | | |
746 | 753 | | |
747 | 754 | | |
748 | 755 | | |
749 | 756 | | |
750 | | - | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
751 | 762 | | |
752 | 763 | | |
753 | 764 | | |
| |||
880 | 891 | | |
881 | 892 | | |
882 | 893 | | |
883 | | - | |
| 894 | + | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
884 | 898 | | |
885 | 899 | | |
886 | 900 | | |
887 | 901 | | |
888 | | - | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
889 | 906 | | |
890 | 907 | | |
891 | 908 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1018 | 1018 | | |
1019 | 1019 | | |
1020 | 1020 | | |
| 1021 | + | |
| 1022 | + | |
| 1023 | + | |
| 1024 | + | |
| 1025 | + | |
| 1026 | + | |
| 1027 | + | |
| 1028 | + | |
| 1029 | + | |
| 1030 | + | |
| 1031 | + | |
| 1032 | + | |
| 1033 | + | |
| 1034 | + | |
| 1035 | + | |
| 1036 | + | |
| 1037 | + | |
| 1038 | + | |
| 1039 | + | |
| 1040 | + | |
1021 | 1041 | | |
1022 | 1042 | | |
1023 | 1043 | | |
| |||
0 commit comments