Fixed empty metadata info
This commit is contained in:
parent
67b068f3f8
commit
7f32b61062
@ -56,7 +56,9 @@ DVR_RESOURCE_MAP = OrderedDict([
|
||||
(NEUTRON_METADATA_AGENT_CONF, {
|
||||
'services': ['neutron-metadata-agent'],
|
||||
'contexts': [neutron_ovs_context.DVRSharedSecretContext(),
|
||||
context.NetworkServiceContext()],
|
||||
context.NetworkServiceContext(
|
||||
rel_name='neutron-network-service'
|
||||
)],
|
||||
}),
|
||||
])
|
||||
TEMPLATES = 'templates/'
|
||||
|
Loading…
Reference in New Issue
Block a user