File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
OpenStack-Rabbit-Consumer Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -75,15 +75,16 @@ def delete_machine(
75
75
# of deletion orders which it enforces...
76
76
77
77
hostname = aq_api .search_host_by_machine (machine_name )
78
- machine_details = aq_api .get_machine_details (machine_name )
79
- # We have to clean-up all the interfaces and addresses first
80
78
if hostname :
81
79
if aq_api .check_host_exists (hostname ):
82
80
# This is a different hostname to the one we have in the message
83
81
# so, we need to delete it
84
82
logger .info ("Host exists for %s. Deleting old" , hostname )
85
83
aq_api .delete_host (hostname )
86
84
85
+ # We have to clean-up all the interfaces and addresses first
86
+ machine_details = aq_api .get_machine_details (machine_name )
87
+
87
88
# First delete the interfaces
88
89
ipv4_address = socket .gethostbyname (hostname )
89
90
if ipv4_address in machine_details :
Original file line number Diff line number Diff line change 1
- 2.2.0
1
+ 2.2.1
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ type: application
6
6
# This is the chart version. This version number should be incremented each time you make changes
7
7
# to the chart and its templates, including the app version.
8
8
# Versions are expected to follow Semantic Versioning (https://semver.org/)
9
- version : 1.3.0
9
+ version : 1.3.1
10
10
11
11
# This is the version number of the application being deployed. This version number should be
12
12
# incremented each time you make changes to the application. Versions are not expected to
13
13
# follow Semantic Versioning. They should reflect the version the application is using.
14
14
# It is recommended to use it with quotes.
15
- appVersion : " v2.2.0 "
15
+ appVersion : " v2.2.1 "
You can’t perform that action at this time.
0 commit comments