Activity log for bug #1625622

Date Who What changed Old value New value Message
2016-09-20 12:52:05 Satya Sanjibani Routray bug added bug
2016-09-20 12:52:19 Satya Sanjibani Routray kolla: assignee Satya Sanjibani Routray (satroutr)
2016-09-20 12:52:30 Satya Sanjibani Routray kolla: status New Confirmed
2016-09-20 17:20:42 Satya Sanjibani Routray description 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 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
2016-09-20 17:46:35 Steven Dake kolla: importance Undecided Critical
2016-09-20 17:46:41 Steven Dake kolla: milestone newton-rc2
2016-09-20 20:52:56 Satya Sanjibani Routray kolla: status Confirmed In Progress
2016-09-22 16:06:53 Paul Bourke kolla: status In Progress Invalid