diff options
author | 2018-02-08 22:13:47 +0100 | |
---|---|---|
committer | 2018-02-08 22:16:29 +0100 | |
commit | 8011c11063606b706d2f06dc33c4359400b9982d (patch) | |
tree | 7072a951ec220cb353ea238bf7e49019315f0e7d | |
parent | 4aaf7780ad11690f2593078876f7b22726a14178 (diff) |
Update the DNS default value in docstrings
It completes the previous patch [1] about that topic.
[1] https://gerrit.opnfv.org/gerrit/#/c/51845/
Change-Id: Ib2ba07c0d5608bd452ed209544d4dbfc17124299
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | snaps/config/network.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snaps/config/network.py b/snaps/config/network.py index cdd8bdd..47db6bf 100644 --- a/snaps/config/network.py +++ b/snaps/config/network.py @@ -182,7 +182,7 @@ class SubnetConfig(object): Specify each name server as an IP address and separate multiple entries with a space. For example [8.8.8.7 8.8.8.8] - (default '8.8.8.8') + (default []) :param host_routes: A list of host route dictionaries for the subnet. For example: "host_routes":[ |