@itentialopensource/adapter-openstack_neutron 3.6.0 → 3.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/TAB2.md CHANGED
@@ -149,7 +149,8 @@ Sample Properties can be used to help you configure the adapter in the Itential
149
149
  "healthcheck_on_timeout": true,
150
150
  "return_raw": false,
151
151
  "archiving": false,
152
- "return_request": false
152
+ "return_request": false,
153
+ "keep_alive_interval": 0
153
154
  },
154
155
  "proxy": {
155
156
  "enabled": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-openstack_neutron",
3
- "version": "3.6.0",
3
+ "version": "3.6.1",
4
4
  "description": "This adapter integrates with system described as: Openstack Networking (Neutron) Service",
5
5
  "main": "adapter.js",
6
6
  "systemName": "OpenStack Neutron",
@@ -86,7 +86,8 @@
86
86
  "healthcheck_on_timeout": true,
87
87
  "return_raw": false,
88
88
  "archiving": false,
89
- "return_request": false
89
+ "return_request": false,
90
+ "keep_alive_interval": 0
90
91
  },
91
92
  "proxy": {
92
93
  "enabled": false,
@@ -275,4 +276,4 @@
275
276
  "brokers": [],
276
277
  "logLevel": "none",
277
278
  "timeout": 120000
278
- }
279
+ }