Add get_network_details_v2

Partially-Implements: blueprint json-network-config
Change-Id: Ic16ef974408f6125f6c1ba06e94b62afdf45dd32
This commit is contained in:
Alessandro Pilotti 2018-08-26 01:10:21 +03:00
parent f99a8daabf
commit 518081b45b
1 changed files with 3 additions and 0 deletions

View File

@ -118,6 +118,9 @@ class BaseMetadataService(object):
in the namedtuple defined above.
"""
def get_network_details_v2(self):
"""Return a `NetworkDetailsV2` object."""
def get_admin_username(self):
pass