diff options
author | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-03-23 12:31:15 -0700 |
---|---|---|
committer | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-03-23 12:31:15 -0700 |
commit | 05e6f82aa971606f7d33fb1de8f2c1c170d030de (patch) | |
tree | 7fb33849d428cd537d47c317cef87741cb8df3d7 /nova/rpc.py | |
parent | 6980263b8c31c8c8fc83e236b20950201c206e8c (diff) | |
download | nova-05e6f82aa971606f7d33fb1de8f2c1c170d030de.tar.gz |
indenting cleanup
Diffstat (limited to 'nova/rpc.py')
-rw-r--r-- | nova/rpc.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/rpc.py b/nova/rpc.py index 6ddaea0927..388f78d69b 100644 --- a/nova/rpc.py +++ b/nova/rpc.py @@ -219,8 +219,8 @@ class FanoutAdapterConsumer(AdapterConsumer): self.queue = "%s_fanout_%s" % (topic, unique) self.durable = False LOG.info(_("Created '%(exchange)s' fanout exchange " - "with '%(key)s' routing key"), - dict(exchange=self.exchange, key=self.routing_key)) + "with '%(key)s' routing key"), + dict(exchange=self.exchange, key=self.routing_key)) super(FanoutAdapterConsumer, self).__init__(connection=connection, topic=topic, proxy=proxy) |