mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-05-06 13:23:06 +00:00
Change-Id: I209b242b43d8b79740752cd2c405705d247326c4
(cherry picked from commit 647ffef375)
19 lines
603 B
YAML
19 lines
603 B
YAML
expected_fields:
|
|
# Magnum might return more fields according to its documentation [0] but
|
|
# openstacksdk normalizes coe cluster resources, moving most fields from
|
|
# top level into a 'properties' field [1].
|
|
# [0] https://docs.openstack.org/api-ref/container-infrastructure-management/#create-new-cluster
|
|
# [1] https://opendev.org/openstack/openstacksdk/src/commit/d57c1fcab3b6cbe806cbae735fefa4983b200ab2/openstack/cloud/_normalize.py#L484
|
|
- cluster_template_id
|
|
- create_timeout
|
|
- id
|
|
- keypair
|
|
- location
|
|
- master_count
|
|
- name
|
|
- node_count
|
|
- properties
|
|
- stack_id
|
|
- status
|
|
- uuid
|