Remove underscore.

Change-Id: Iaf2791b96e81d6a0d4846adb3128e4dff61faf30
This commit is contained in:
Josh Kearney 2013-02-25 11:57:28 -06:00
parent cca3061e01
commit 87375392a8

View File

@ -114,7 +114,7 @@ class ListAgent(lister.Lister):
self.log.debug("take_action(%s)" % parsed_args) self.log.debug("take_action(%s)" % parsed_args)
compute_client = self.app.client_manager.compute compute_client = self.app.client_manager.compute
columns = ( columns = (
"Agent_ID", "Agent ID",
"Hypervisor", "Hypervisor",
"OS", "OS",
"Architecture", "Architecture",