~james-page/charms/precise/nova-cloud-controller/ha-support

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: James Page
  • Date: 2013-01-18 12:22:44 UTC
  • mfrom: (51.2.1 nova-cloud-controller)
  • Revision ID: james.page@canonical.com-20130118122244-auu33jf4991mmmgm
Merged updates from adam_g for live migration and grizzly support.

Updated quantum integration to configure pool for floating IP addresses
for use with nova floating-* and pass quantum host and port to
quantum-network-service for use in nova-api-metadata proxy services.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
      Note that updating this setting to a source that is known to
15
15
      provide a later version of OpenStack will trigger a software
16
16
      upgrade.
17
 
  nova-config:
18
 
    default: /etc/nova/nova.conf
19
 
    type: string
20
 
    description: Full path to nova.conf
21
17
  rabbit-user:
22
18
    default: nova
23
19
    type: string
124
120
      with the other members of the HA Cluster.
125
121
  ha-mcastport:
126
122
    type: int
127
 
    default: 5408
 
123
    default: 5404
128
124
    description: |
129
125
       Default multicast port number that will be used to communicate between
130
126
       HA Cluster nodes.