mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 04:00:06 -03:30
Merge pull request #9597 from shanemcd/oops
Dont require is_container_group in payload when creating InstanceGroups Reviewed-by: Elijah DeLee <kdelee@redhat.com> Reviewed-by: Ryan Petrello <None>
This commit is contained in:
@@ -4775,6 +4775,7 @@ class InstanceGroupSerializer(BaseSerializer):
|
|||||||
read_only=True
|
read_only=True
|
||||||
)
|
)
|
||||||
is_container_group = serializers.BooleanField(
|
is_container_group = serializers.BooleanField(
|
||||||
|
required=False,
|
||||||
help_text=_('Indicates whether instances in this group are containerized.'
|
help_text=_('Indicates whether instances in this group are containerized.'
|
||||||
'Containerized groups have a designated Openshift or Kubernetes cluster.')
|
'Containerized groups have a designated Openshift or Kubernetes cluster.')
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user