nova-volume replaced by Cinder in Folsom

This commit is contained in:
EmilienM 2012-09-12 21:30:49 +00:00
parent 154fea462a
commit d7a6f2d9bc

View File

@ -1,7 +1,7 @@
#!/bin/sh
#
#
# OpenStack Nova Volume (nova-volume)
# OpenStack Nova Volume (nova-volume) (replaced by Cinder in Folsom)
#
# Description: Manages an OpenStack Nova Volume (nova-volume) process as an HA resource
#
@ -359,4 +359,4 @@ case "$1" in
validate-all) ;;
*) usage
exit $OCF_ERR_UNIMPLEMENTED;;
esac
esac