Comment 0 for bug 1625622

Revision history for this message
Satya Sanjibani Routray (satroutr) wrote :

While deployment of openstack with integration of external ceph.
the deployment not able to succeed and the integration fails as the piece code which will copy the conf and keyring files fails.

the below is an example from glance-api.json,j2
<snip>
            "source": "{{ container_config_directory }}/ceph.*",
            "dest": "/etc/ceph/",
            "owner": "glance",
            "perm": "0700"
</snip>

The "ceph-*" supposed to do wildcard copy but its not supported in json