~gandelman-a/charms/precise/cinder/post_upgrade_image_service

« back to all changes in this revision

Viewing changes to hooks/cinder-hooks

  • Committer: Juan L. Negron
  • Date: 2012-11-29 21:11:58 UTC
  • mfrom: (14.1.1 cinder)
  • Revision ID: juan.negron@canonical.com-20121129211158-7b1njc16g665olbp
Code cleanup to address: LP:1084301.  MP:137034

Show diffs side-by-side

added added

removed removed

Lines of Context:
169
169
juju-log "cinder: Attempting to fire hook for: $arg0"
170
170
case $arg0 in
171
171
  "install") install_hook ;;
 
172
  "start") cinder_ctl all start
 
173
  "stop") cinder_ctl all stop
172
174
  "shared-db-relation-joined") db_joined ;;
173
175
  "shared-db-relation-changed") db_changed ;;
174
176
  "amqp-relation-joined") amqp_joined ;;