~gandelman-a/charms/precise/nova-compute/essex_fix

« back to all changes in this revision

Viewing changes to hooks/nova-compute-common

  • Committer: Adam Gandelman
  • Date: 2013-04-09 18:08:25 UTC
  • mfrom: (54.1.2 nova-compute)
  • Revision ID: adamg@canonical.com-20130409180825-443x29kkmfmn7a88
Merge CONFIG_CHANGED.

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
      local keystone_host=$(relation-get keystone_host)
125
125
      [[ -z $keystone_host ]] && juju-log "nova-compute: Missing keystone host" \
126
126
        && exit 0
 
127
      # XXX(adam_g): Need to check for unset values here, otherwise it errors
 
128
      # if nova-c-c<->nova-compute is made before keystone<->nova-c-c
127
129
      set_or_update "network_api_class" "nova.network.quantumv2.api.API"
128
130
      set_or_update "quantum_auth_strategy" "keystone"
129
131
      set_or_update "quantum_url" "$(relation-get quantum_url)"