<div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div>Hi, Heat stackers:</div><div>    May I ask a question about creating Manila Share. I see Heat define some constraints</div><div> for property schema '<span style="color: rgb(255, 0, 255);">ACCESS_TYPE</span>' at</div><div> heat.engine.resources.openstack.manila.share.properties_schema[ACCESS_RULES].</div><div> I copy the codes as bellow. The allowed values for 'ACCESS_TYPE' are  <span style="font-size: 12px; font-family: ËÎÌå; white-space: pre-wrap;">'ip', 'domain'.</span></div><div><pre><font face="ËÎÌå"><span style="font-size: 12px;">            ACCESS_TYPE: properties.Schema(
                properties.Schema.STRING,
                _('Type of access that should be provided to guest.'),
                constraints=[constraints.AllowedValues(
                    ['ip', 'domain'])],
                required=True
            ),</span></font></pre><pre>However, I see manila has defined different allowed value for 'ACCESS_TYPE', which</pre><pre> includes 'ip', 'user', 'cert', 'cephx'. So, my question is does heat need some updates? Or</pre><pre>do I miss something?  Hope for your reply. Thanks very much!</pre><pre><font face="ËÎÌå"><span style="font-size: 12px;"><br></span></font></pre><pre>cheers</pre><pre>zengchen</pre><pre><font face="ËÎÌå"><span style="font-size: 12px;"><br></span></font></pre></div></div>