Fix latest doc error

Until fix [1] lands, people should learn to install
a git hook or do tox -edocs before posting a review

[1] https://review.openstack.org/#/c/229951/

Change-Id: I37e50c2d018b6ac67f2792c29eab0081afa16d75
This commit is contained in:
Armando Migliaccio 2016-03-22 16:50:11 -07:00
parent 519394ec66
commit ccbeda71ac

View File

@ -59,6 +59,7 @@ can be achieved by importing the Neutron Manager and getting a direct
reference to the core plugin:
.. code:: python
from neutron import manager
plugin = manager.NeutronManager.get_plugin()