Resource Type: nova_security_group

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

Overview

Manage creation of nova security groups.

Properties

  • description (defaults to: '')

    Description of the security group

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • id

    The unique Id of the security group

Parameters

  • name (namevar)

    Name for the new security group

  • provider

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