There is only a several volumes that can be used inside of mcollective container (which is performs dumping).
And even more - only /var/www is served by nginx - any other directory will probably result in not found message.
If you want to store information in arbitrary place - you will need to use shotgun directly.
yum install -y shotgun
shotgun -c shotgun.json
And ofcource there should be a way to generate json config from fuel.
There is only a several volumes that can be used inside of mcollective container (which is performs dumping).
And even more - only /var/www is served by nginx - any other directory will probably result in not found message.
If you want to store information in arbitrary place - you will need to use shotgun directly.
yum install -y shotgun
shotgun -c shotgun.json
And ofcource there should be a way to generate json config from fuel.