From 5914e36b30d429648d626ee37f8969bfbf450186 Mon Sep 17 00:00:00 2001 From: Josh Gachnang Date: Wed, 19 Mar 2014 16:19:52 -0700 Subject: Replacing teeth/overlord with ipa/ironic --- ironic_python_agent/cmd/agent.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ironic_python_agent/cmd/agent.py') diff --git a/ironic_python_agent/cmd/agent.py b/ironic_python_agent/cmd/agent.py index a30b8a9c..e12d37d0 100644 --- a/ironic_python_agent/cmd/agent.py +++ b/ironic_python_agent/cmd/agent.py @@ -16,17 +16,17 @@ limitations under the License. import argparse -from teeth_agent import agent +from ironic_python_agent import agent def run(): parser = argparse.ArgumentParser( description=('An agent that handles decomissioning and provisioning' - ' on behalf of teeth-overlord.')) + ' on behalf of Ironic.')) parser.add_argument('--api-url', required=True, - help='URL of the Teeth agent API') + help='URL of the Ironic API') parser.add_argument('--listen-host', default='0.0.0.0', -- cgit v1.2.1