remove interface from admin astute restore

Change-Id: I1d64f0af84c3a57bb56ac075a50ebed4c42509f9
Related-bug: 1543955
(cherry picked from commit afde87f81b)
This commit is contained in:
Sergey Abramov 2016-02-29 15:50:22 +03:00
parent e9c30f38ab
commit bac838d216
2 changed files with 0 additions and 2 deletions

View File

@ -32,7 +32,6 @@ class AstuteArchivator(base.PathArchivator):
("DNS_SEARCH", None),
("DNS_UPSTREAM", None),
("ADMIN_NETWORK", [
"interface",
"ipaddress",
"netmask",
"dhcp_pool_start",

View File

@ -250,7 +250,6 @@ def test_postgres_restore(mocker, cls, db, sync_db_cmd, mocked_action_name):
("DNS_SEARCH", None),
("DNS_UPSTREAM", None),
("ADMIN_NETWORK", [
"interface",
"ipaddress",
"netmask",
"dhcp_pool_start",