File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,16 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5
5
6
- ### [11.9.0] 2022-04-22
6
+ ## [11.9.1] 2022-05-02
7
+
8
+ ### Changed
9
+ - Replaced direct call to keystone.py and key2fp.py by shell wrapped script call.
10
+ This fixes an issue with Terraform Cloud or system that do not provide `python3`.
11
+ The wrapper script test the existence for different name for python cli and choose
12
+ start the script with the first one available.
13
+ - Made key2fp.py compatible with Python 2 to ensure compatibility with TF Cloud.
14
+
15
+ ## [11.9.0] 2022-04-22
7
16
8
17
### Added
9
18
@@ -33,7 +42,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
33
42
- [DNS] Removed the `dtn` entry for the Globus endpoint.
34
43
- [puppet] Removed class `profile::workshop`
35
44
36
- ### [11.8] 2022-02-16
45
+ ## [11.8] 2022-02-16
37
46
38
47
### Added
39
48
- Added `image` optional instance attribute (PR #203)
@@ -62,7 +71,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
62
71
### Removed
63
72
- [puppet] Remove dhclient removal in centos 8 (PR [#170](https://github.com/ComputeCanada/puppet-magic_castle/issues/170))
64
73
65
- ### [11.7] 2021-11-02
74
+ ## [11.7] 2021-11-02
66
75
67
76
### Changed
68
77
- [OpenStack] Replaced `var.os_int_subnet` by `var.subnet_id` as subnet can have the same name across networks.
You can’t perform that action at this time.
0 commit comments