Remove unnecessary docstrings.

This commit is contained in:
Josh Kearney 2011-06-07 11:45:25 -05:00
parent 7bae412d23
commit aa343c994c

View File

@ -549,11 +549,7 @@ class NetworkCommands(object):
def create(self, fixed_range=None, num_networks=None, network_size=None,
vlan_start=None, vpn_start=None, fixed_range_v6=None,
gateway_v6=None, label='public'):
"""Creates fixed ips for host by range
arguments: fixed_range=FLAG, [num_networks=FLAG],
[network_size=FLAG], [vlan_start=FLAG],
[vpn_start=FLAG], [fixed_range_v6=FLAG],
[gateway_v6=FLAG]"""
"""Creates fixed ips for host by range"""
if not fixed_range:
msg = _('Fixed range in the form of 10.0.0.0/8 is '
'required to create networks.')