Comment 1 for bug 1968091

Revision history for this message
Christian Stelter (stelterlab) wrote :

+1 for yoga

When you add an enabled: "true" to the config in globals.yml it will continue. I assume this check has been added unintentional or the documentation/example is just incomplete.

--- cut ---

octavia_amp_security_groups:
    mgmt-sec-grp:
      enabled: "true"
      name: "lb-mgmt-sec-grp"
      rules:
        - protocol: icmp
        - protocol: tcp
          src_port: 22
          dst_port: 22
        - protocol: tcp
          src_port: "{{ octavia_amp_listen_port }}"
          dst_port: "{{ octavia_amp_listen_port }}"

--- cut ---