Skip to content

Commit 9caf6dd

Browse files
committed
Remove workaround for network quota "router_routes"
Depends-On: https://review.opendev.org/c/openstack/openstacksdk/+/991063 Related-Bug: #2026489 Signed-off-by: Rodolfo Alonso Hernandez <ralonsoh@redhat.com> Change-Id: Ic0f3121265e3d75bde9400b5e6277fe21515b505
1 parent 757ecb7 commit 9caf6dd

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

openstackclient/tests/unit/common/test_quota.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,7 @@ def setUp(self):
135135
self.network_quotas[0].networks,
136136
self.network_quotas[0].ports,
137137
self.network_quotas[0].rbac_policies,
138-
# TODO(ralonsoh): restore once [1] is merged and released.
139-
# [1]https://review.opendev.org/c/openstack/openstacksdk/+/991063
140-
# self.network_quotas[0].router_routes,
141-
getattr(self.network_quotas[0], 'router_routes', ''),
138+
self.network_quotas[0].router_routes,
142139
self.network_quotas[0].routers,
143140
self.network_quotas[0].security_groups,
144141
self.network_quotas[0].security_group_rules,

0 commit comments

Comments
 (0)