]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Merge "Use openstack.common.notifier."
authorJenkins <jenkins@review.openstack.org>
Fri, 10 Aug 2012 20:25:10 +0000 (20:25 +0000)
committerGerrit Code Review <review@openstack.org>
Fri, 10 Aug 2012 20:25:10 +0000 (20:25 +0000)
1  2 
cinder/exception.py
cinder/flags.py
cinder/utils.py
etc/cinder/cinder.conf.sample

Simple merge
diff --cc cinder/flags.py
Simple merge
diff --cc cinder/utils.py
Simple merge
index 803ccb1fc0a8671fe8dc0cd8358e889302866a78,9a382e5dc0692f952d48ee3abdff788245a54349..cfca7adf586fe19bc2a25587f75d3e9c1b2a7d7c
  ###### (StrOpt) ip address of this host
  # my_ip="10.0.0.1"
  ###### (StrOpt) availability zone of this node
 -# node_availability_zone="cinder"
 +# storage_availability_zone="cinder"
  ###### (StrOpt) Default driver for sending notifications
- # notification_driver="cinder.notifier.no_op_notifier"
+ # notification_driver="cinder.openstack.common.notifier.no_op_notifier"
  ###### (StrOpt) kernel image that indicates not to use a kernel, but to use a raw disk image instead
  # null_kernel="nokernel"
  ###### (ListOpt) Specify list of extensions to load when using osapi_compute_extension option with cinder.api.openstack.compute.contrib.select_extensions