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

« back to all changes in this revision

Viewing changes to hooks/nova-compute-relations

  • Committer: Adam Gandelman
  • Date: 2012-03-09 00:45:03 UTC
  • Revision ID: adamg@canonical.com-20120309004503-tbqxj45x5jeudsqy
Install python-keystone when needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
  #   https://lists.ubuntu.com/archives/juju/2012-March/001342.html
125
125
  # Once landed, this type of reconfiguration should happen in a hook
126
126
  # triggered by nova-cloud-controller's keystone relation.
 
127
  apt-get -y install python-keystone 
127
128
  relation-set service="None" region="None" public_url="None" \
128
129
               admin_url="None" internal_url="None"
129
130
  set_or_update "auth_strategy" "keystone"