From 8011c11063606b706d2f06dc33c4359400b9982d Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 8 Feb 2018 22:13:47 +0100 Subject: Update the DNS default value in docstrings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- snaps/config/network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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":[ -- cgit 1.2.3-korg