Skip to content
This repository was archived by the owner on Dec 10, 2024. It is now read-only.
This repository was archived by the owner on Dec 10, 2024. It is now read-only.

bug in check for vmx instances #36

@kamatsuoka

Description

@kamatsuoka

This line clearly has a logic problem:

if ec2_vmx1_id and ec2_vmx1_id and meraki_vmx1_id and meraki_vmx1_id:

Should it be

if (ec2_vmx1_id and meraki_vmx1_id) or (ec2_vmx2_id and meraki_vmx2_id):

to check that at least one vmx has both an ec2 and a meraki id?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions