Skip to content

Commit

Permalink
Merge "Closes-Bug: #1554100. Adding an extention to fetch and show DN…
Browse files Browse the repository at this point in the history
…S server address in neutron subnet-show" into R3.0
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed May 23, 2016
2 parents f1c8dc9 + d4b26a4 commit 4a09a96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions neutron_plugin_contrail/extensions/contrail.py
Expand Up @@ -34,6 +34,9 @@
'allow_put': True,
'default': '',
'is_visible': True},
'contrail:dns_server_address': {'allow_post': False,
'allow_put': False,
'is_visible': True},
}
}

Expand Down

0 comments on commit 4a09a96

Please sign in to comment.