Resource Type: nova_security_rule

Defined in:
lib/puppet/type/nova_security_rule.rb
Providers:
openstack

Overview

Manage nova security rules

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • from_port
    Supported values:
    • /\d+/
  • ip_protocol
    Supported values:
    • tcp
    • udp
    • icmp
  • ip_range
  • name (namevar)
  • provider

    The specific backend to use for this ‘nova_security_rule` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.

  • security_group
  • source_group
  • to_port
    Supported values:
    • /\d+/