Hi Guys,

I'm using openstack kolla , and find it complains that RDO community hasn't build manila-data rpm .

we can see it at https://github.com/openstack/kolla/blob/master/docker/manila/manila-data/Dockerfile.j2

{% if install_type == 'binary' %}
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}

RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \
&& /bin/false

{% elif base_distro in ['ubuntu'] %}

{% set manila_data_packages = [
'manila-data'
] %}

{% endif %}

from the snippet code, we can know Ubuntu community has supplied manila-data package.