Resource Type: nova_service

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

Overview

Manage status of nova services on hosts.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • ids

    The unique Ids of the compute service

  • service_name (defaults to: [])

    String or Array of services on a host to modify

Parameters

  • name (namevar)

    Name of host

  • provider

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