Skip to content

Commit efc8e8c

Browse files
committed
Relax workaround for unmanaged resource status
It looks like we might still get an up-to-date status sometimes, so let's not make any assumption on the Available condition for servers.
1 parent 07a64f7 commit efc8e8c

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

internal/controllers/server/tests/server-import/02-assert.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ metadata:
2020
status:
2121
conditions:
2222
- type: Available
23-
# Workaround for https://github.com/k-orc/openstack-resource-controller/issues/280
24-
# The status should be True
25-
message: OpenStack resource is up to date
26-
status: "False"
23+
# Commented out because of https://github.com/k-orc/openstack-resource-controller/issues/280
24+
# message: OpenStack resource is available
25+
# status: "True"
2726
reason: Success
2827
- type: Progressing
2928
message: OpenStack resource is up to date

0 commit comments

Comments
 (0)