diff options
author | Tim Rozet <trozet@redhat.com> | 2016-08-17 09:59:48 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-08-17 09:59:48 -0400 |
commit | a976944806d9ecfbbe9982247bf82323002c7954 (patch) | |
tree | 43e373ea26a5a03db2cfbabce864497b21eb7ff6 /build | |
parent | aae3c0250fc0f2b67293bafd000fba5a621928fd (diff) |
Fixes dhcp metadata
JIRA: APEX-236
opnfv-tht-pr: 59
Change-Id: Ic8fad4abb3846c57d218b2b23ef44750a644fe73
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/opnfv-environment.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/opnfv-environment.yaml b/build/opnfv-environment.yaml index 4971ad76..11132948 100644 --- a/build/opnfv-environment.yaml +++ b/build/opnfv-environment.yaml @@ -6,6 +6,8 @@ parameters: OvercloudControlFlavor: control OvercloudComputeFlavor: compute ControllerEnableSwiftStorage: false + NeutronEnableForceMetadata: true + NeutronEnableDHCPMetadata: true # CloudDomain: EnableSahara: false EnableTacker: true |