mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-16 23:13:05 +00:00
Remove underscore.
Change-Id: Iaf2791b96e81d6a0d4846adb3128e4dff61faf30
This commit is contained in:
parent
cca3061e01
commit
87375392a8
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ class ListAgent(lister.Lister):
|
|||
self.log.debug("take_action(%s)" % parsed_args)
|
||||
compute_client = self.app.client_manager.compute
|
||||
columns = (
|
||||
"Agent_ID",
|
||||
"Agent ID",
|
||||
"Hypervisor",
|
||||
"OS",
|
||||
"Architecture",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue