create /etc/ceph early

This commit is contained in:
Andres Rodriguez 2013-07-08 12:33:07 -04:00
parent e385531558
commit a17b8cfd59
1 changed files with 2 additions and 0 deletions

View File

@ -105,6 +105,8 @@ def register_configs():
'/etc/apache2/sites-available/openstack_https_frontend',]
if relation_ids('ceph'):
if not os.path.isdir('/etc/ceph'):
os.mkdir('/etc/ceph')
confs.append('/etc/ceph/ceph.conf')
for conf in confs: