Updating unit tests

This commit is contained in:
Junaid Ali 2016-05-24 00:58:18 -04:00
parent 0eab21c1d7
commit 1d79b40e75
2 changed files with 3 additions and 2 deletions

View File

@ -52,5 +52,4 @@ options:
user-domain-name:
type: string
default: Default
description: |
Keystone user domain name
description: Keystone user domain name

View File

@ -60,6 +60,7 @@ class NeutronPGContextTest(CharmTestCase):
'switch-username': 'plumgrid',
'switch-password': 'plumgrid',
'connector-type': 'service',
'user-domain-name': 'Default',
}
def mock_config(key=None):
@ -90,6 +91,7 @@ class NeutronPGContextTest(CharmTestCase):
'switch_password': 'plumgrid',
'metadata_mode': 'tunnel',
'connector_type': 'service',
'user_domain_name': 'Default',
'nova_metadata_proxy_secret': 'plumgrid',
'pg_metadata_ip': '169.254.169.254',
'pg_metadata_subnet': '169.254.169.254/30',