summaryrefslogtreecommitdiff
path: root/neutronclient/neutron/v2_0/subnet.py
diff options
context:
space:
mode:
Diffstat (limited to 'neutronclient/neutron/v2_0/subnet.py')
-rw-r--r--neutronclient/neutron/v2_0/subnet.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/neutronclient/neutron/v2_0/subnet.py b/neutronclient/neutron/v2_0/subnet.py
index 952b652..fed0997 100644
--- a/neutronclient/neutron/v2_0/subnet.py
+++ b/neutronclient/neutron/v2_0/subnet.py
@@ -237,9 +237,9 @@ class CreateSubnet(neutronV20.CreateCommand):
self.log.warning(_("An IPv%(ip)d subnet with a %(cidr)s CIDR "
"will have only one usable IP address so "
"the device attached to it will not have "
- "any IP connectivity.")
- % {"ip": ip_version,
- "cidr": unusable_cidr})
+ "any IP connectivity."),
+ {"ip": ip_version,
+ "cidr": unusable_cidr})
updatable_args2body(parsed_args, body, ip_version=ip_version)
if parsed_args.tenant_id: