Resource Type: nova_project

Defined in:
lib/puppet/type/nova_project.rb
Providers:
nova_manage

Overview

Manage creation/deletion of nova projects.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • name (namevar)

    The name of the project.

  • owner

    Owner of this project. *This is only set on project creation*

  • provider

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