diff options
author | vempo <vitaliy.emporopulo@amdocs.com> | 2017-12-10 16:56:06 +0200 |
---|---|---|
committer | vempo <vitaliy.emporopulo@amdocs.com> | 2017-12-10 16:56:06 +0200 |
commit | eb0c5ea6c688d26d53876b2ee73cb8d14d2b71bb (patch) | |
tree | 74882638f4cc78cbbfc7ae63291e309730803da5 /sdc-os-chef/pom.xml | |
parent | baebe989f102c10d5077fb24a6948893284a236d (diff) |
Minor changes to VNF SDK integrationrelease-1.1.0
Replaced default IP address with 127.0.0.1
Changed configuration file from "config-vnfsdk.yaml" to "config-vnfrepo.yaml"
Change-Id: Id061d42ac5c1596780666d7a17f06a938870b842
Issue-ID: SDC-743
Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
Diffstat (limited to 'sdc-os-chef/pom.xml')
-rw-r--r-- | sdc-os-chef/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdc-os-chef/pom.xml b/sdc-os-chef/pom.xml index ad40309455..34a35b52a6 100644 --- a/sdc-os-chef/pom.xml +++ b/sdc-os-chef/pom.xml @@ -182,7 +182,7 @@ <include>Artifact-Generator.properties</include> <include>error-configuration.yaml</include> <include>ecomp-error-configuration.yaml</include> - <include>config-vnfsdk.yaml</include> + <include>config-vnfrepo.yaml</include> <include>logback.xml</include> </includes> </resource> |