[user-guide] Move note outside of example code

Change-Id: Ia5ef342d2ff689a5eff752f0b1cd4a8073a5f856
This commit is contained in:
Akihiro Motoki 2016-06-16 10:31:32 +09:00
parent 36055121c1
commit 2a9de38d87

View File

@ -561,10 +561,10 @@ List security groups: complete code listing example
sg = neutron.list_security_groups()
print(sg)
.. note::
.. note::
OpenStack Networking security groups are case-sensitive while the
nova-network security groups are case-insensitive.
OpenStack Networking security groups are case-sensitive while the
nova-network security groups are case-insensitive.
List subnets
~~~~~~~~~~~~