diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-11-27 03:48:50 -0500 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-11-27 11:37:38 -0500 |
commit | 83d99a274967e79f9eca2cefcc1af665cd19ab62 (patch) | |
tree | afbd6a123b21c420b92c45d93b66b98a62f2ffac /aai-resources/bundleconfig-local/etc/appprops | |
parent | e1c54c4bfe593d2131f6adb7efa3027ce8662b81 (diff) |
Add v12 api changes for the new release code
Issue-ID: AAI-514
Change-Id: I8494ec854f7dddd51748da884b74b4196c7ab704
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'aai-resources/bundleconfig-local/etc/appprops')
-rw-r--r-- | aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties b/aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties index d9858a2..98d4c57 100644 --- a/aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties +++ b/aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties @@ -52,7 +52,7 @@ ecm.openstack.tenantid=b0a529aba48440a39e0caf1aea9b27e3 aai.avpn.interim.laginterface=ae0 aai.server.url.base=https://localhost:8443/aai/ -aai.server.url=https://localhost:8443/aai/v11/ +aai.server.url=https://localhost:8443/aai/v12/ aai.global.callback.url=https://localhost:8443/aai/ aai.auth.cspcookies_on=false @@ -99,18 +99,18 @@ aai.servicedescription.vusp=VIRTUAL USP aai.servicedescription.vvig=vVIGaaS aai.servicedescription.lrsi=LRSI-OSPF -aai.notification.current.version=v11 +aai.notification.current.version=v12 aai.notificationEvent.default.status=UNPROCESSED aai.notificationEvent.default.eventType=AAI-EVENT aai.notificationEvent.default.domain=devINT1 aai.notificationEvent.default.sourceName=aai aai.notificationEvent.default.sequenceNumber=0 aai.notificationEvent.default.severity=NORMAL -aai.notificationEvent.default.version=v11 +aai.notificationEvent.default.version=v12 # This one lets us enable/disable resource-version checking on updates/deletes aai.resourceversion.enableflag=true aai.logging.maxStackTraceEntries=10 -aai.default.api.version=v11 +aai.default.api.version=v12 # Used by Model-processing code aai.model.delete.sleep.per.vtx.msec=500 @@ -146,4 +146,4 @@ aai.server.rebind=g # This is a fake one just for test so please ignore ecm.auth.password.x=OBF:1igd1i9a1jnb1yte1vv11vu91yt81jk71i6o1idt -aai.run.migrations=false
\ No newline at end of file +aai.run.migrations=false |