Remove unnecessary docstrings.
This commit is contained in:
parent
7bae412d23
commit
aa343c994c
@ -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.')
|
||||
|
Loading…
Reference in New Issue
Block a user