@itentialopensource/adapter-openstack_neutron 3.0.0 → 3.0.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/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
1
 
2
+ ## 3.0.1 [01-09-2023]
3
+
4
+ * Patch/adapt 2521
5
+
6
+ See merge request itentialopensource/adapters/cloud/adapter-openstack_neutron!5
7
+
8
+ ---
9
+
2
10
  ## 3.0.0 [12-02-2022]
3
11
 
4
12
  * ADAPT-2415
@@ -12,11 +12,7 @@
12
12
  "requestDatatype": "JSON",
13
13
  "responseDatatype": "JSON",
14
14
  "headers": {},
15
- "sso": {
16
- "protocol": "https",
17
- "host": "192.168.0.108",
18
- "port": 5000
19
- },
15
+ "sso": {},
20
16
  "responseObjects": [
21
17
  {
22
18
  "type": "default",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-openstack_neutron",
3
- "version": "3.0.0",
3
+ "version": "3.0.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",
Binary file
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0",
2
+ "version": "3.0.0",
3
3
  "configLines": 19405,
4
4
  "scriptLines": 1707,
5
5
  "codeLines": 38946,
@@ -29,7 +29,12 @@
29
29
  "grant_type": "",
30
30
  "os_user_domain_name": "Default",
31
31
  "os_project_name": "admin",
32
- "os_project_domain_name": "Default"
32
+ "os_project_domain_name": "Default",
33
+ "sso": {
34
+ "protocol": "https",
35
+ "host": "192.168.0.108",
36
+ "port": 5000
37
+ }
33
38
  },
34
39
  "healthcheck": {
35
40
  "type": "intermittent",