@@ -315,7 +315,7 @@ def take_action_network(self, client, parsed_args):
315315 if parsed_args .src_group :
316316 LOG .warning (
317317 _ ("The %(old)s option is deprecated, "
318- "please use %(new)s instead." ) %
318+ "please use %(new)s instead." ),
319319 {'old' : '--src-group' , 'new' : '--remote-group' },
320320 )
321321 elif not (parsed_args .remote_ip is None and
@@ -326,7 +326,7 @@ def take_action_network(self, client, parsed_args):
326326 if parsed_args .src_ip :
327327 LOG .warning (
328328 _ ("The %(old)s option is deprecated, "
329- "please use %(new)s instead." ) %
329+ "please use %(new)s instead." ),
330330 {'old' : '--src-ip' , 'new' : '--remote-ip' },
331331 )
332332 elif attrs ['ethertype' ] == 'IPv4' :
@@ -370,7 +370,7 @@ def take_action_compute(self, client, parsed_args):
370370 if parsed_args .src_group :
371371 LOG .warning (
372372 _ ("The %(old)s option is deprecated, "
373- "please use %(new)s instead." ) %
373+ "please use %(new)s instead." ),
374374 {'old' : '--src-group' , 'new' : '--remote-group' },
375375 )
376376 if not (parsed_args .remote_ip is None and
@@ -379,7 +379,7 @@ def take_action_compute(self, client, parsed_args):
379379 if parsed_args .src_ip :
380380 LOG .warning (
381381 _ ("The %(old)s option is deprecated, "
382- "please use %(new)s instead." ) %
382+ "please use %(new)s instead." ),
383383 {'old' : '--src-ip' , 'new' : '--remote-ip' },
384384 )
385385 else :
0 commit comments