fix typo in section_environment
the word "wilcards" should be "wildcards" Change-Id: Id5359e4dd3ca22c7cd82beb8839247f637b679b2
This commit is contained in:
parent
e99c99c717
commit
bc93bb5ffe
@ -85,7 +85,7 @@ template file.</para>
|
||||
resource to the existing <literal><link xlink:href="http://docs.openstack.org/hot-reference/content/OS__Nova__FloatingIP.html">OS::Nova::FloatingIP</link></literal> resource:</para>
|
||||
<programlisting language="yaml">resource_registry:
|
||||
"OS::Networking::FloatingIP": "OS::Nova::FloatingIP"</programlisting>
|
||||
<para>You can use wilcards to map multiple resources:</para>
|
||||
<para>You can use wildcards to map multiple resources:</para>
|
||||
<programlisting language="yaml">resource_registry:
|
||||
"OS::Network*": "OS::Neutron*"</programlisting>
|
||||
<para>To create or override a resource with a custom resource, create a template file
|
||||
|
Loading…
Reference in New Issue
Block a user