Remove executable from python files which don't really needs it
Additionally fix length of the line in api/base.py file to fit 79 line chars limit. TrivialFix Change-Id: I37253f28cbbddf58740d7f75cad6ee7cc9be8954
This commit is contained in:
parent
decb2a6f09
commit
17e95518ea
0
doc/source/conf.py
Executable file → Normal file
0
doc/source/conf.py
Executable file → Normal file
@ -531,7 +531,7 @@ class BaseNetworkTest(test.BaseTestCase):
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def reserve_subnet_cidr(cls, addr, **ipnetwork_kwargs):
|
def reserve_subnet_cidr(cls, addr, **ipnetwork_kwargs):
|
||||||
"""Reserve given subnet CIDR making sure it is not used by create_subnet
|
"""Reserve given subnet CIDR making sure it's not used by create_subnet
|
||||||
|
|
||||||
:param addr: the CIDR address to be reserved
|
:param addr: the CIDR address to be reserved
|
||||||
It can be a str or netaddr.IPNetwork instance
|
It can be a str or netaddr.IPNetwork instance
|
||||||
|
Loading…
Reference in New Issue
Block a user