summaryrefslogtreecommitdiff
path: root/openstackclient/network/v2/router.py
diff options
context:
space:
mode:
authorJens Harbott (frickler) <j.harbott@x-ion.de>2020-06-17 10:07:12 +0000
committerJens Harbott <j.harbott@x-ion.de>2020-06-17 10:09:36 +0000
commita04172969a5e440af50127dfd27a80a6beb7ddb8 (patch)
tree3673b5858ca4f6df08bfa75b2b522c6d50324b88 /openstackclient/network/v2/router.py
parent3e6874dc87c166a92ed95dce46900742385f3ba7 (diff)
downloadpython-openstackclient-a04172969a5e440af50127dfd27a80a6beb7ddb8.tar.gz
Revert "Format location columns in network commands"
This reverts commit 6ee7b8d138e07bfc37c5cd887f7afa49cdabb02f. Change-Id: I5f59959ba8a01aba49e29f4cb007397467344e58
Diffstat (limited to 'openstackclient/network/v2/router.py')
-rw-r--r--openstackclient/network/v2/router.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/openstackclient/network/v2/router.py b/openstackclient/network/v2/router.py
index 81b81f98..e3e8accd 100644
--- a/openstackclient/network/v2/router.py
+++ b/openstackclient/network/v2/router.py
@@ -61,7 +61,6 @@ _formatters = {
'external_gateway_info': RouterInfoColumn,
'availability_zones': format_columns.ListColumn,
'availability_zone_hints': format_columns.ListColumn,
- 'location': format_columns.DictColumn,
'routes': RoutesColumn,
'tags': format_columns.ListColumn,
}