Resource Type: nova_cells
- Defined in:
- lib/puppet/type/nova_cells.rb
- Providers:
-
nova_manage
Overview
Manage creation/deletion of nova cells.
Properties
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
Parameters
-
cell_type
Whether the cell is a parent or child
-
name (namevar)
(defaults to: api)
Name for the new cell
-
provider
The specific backend to use for this ‘nova_cells` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.
-
rabbit_hosts
(defaults to: localhost)
Address of the message broker in this cell
-
rabbit_password
(defaults to: guest)
Password for the message broker in this cell
-
rabbit_port
(defaults to: 5672)
Port number for the message broker in this cell
-
rabbit_username
(defaults to: guest)
Username for the message broker in this cell
-
rabbit_virtual_host
(defaults to: /)
The virtual host of the message broker in this cell
-
weight_offset
(defaults to: 1.0)
It might be used by some cell scheduling code in the future
-
weight_scale
(defaults to: 1.0)
It might be used by some cell scheduling code in the future