Fix warnnings when tox -e docs

Change-Id: I8f252f7d1f091bd48c40b6c6d6e0f89ddd1599af
Closes-Bug: #1711084
This commit is contained in:
Yan Xing'an 2017-08-16 17:37:41 +08:00
parent f718d453ae
commit eb5fa6c374
4 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,6 @@
Barbican Guide Save VIM credentials into Barbican
============== ==================================
Overview Overview
-------- --------

View File

@ -57,6 +57,7 @@ Feature Documentation
contributor/tacker_conductor.rst contributor/tacker_conductor.rst
contributor/tacker_vim_monitoring.rst contributor/tacker_vim_monitoring.rst
contributor/policy_actions_framework.rst contributor/policy_actions_framework.rst
contributor/encrypt_vim_auth_with_barbican.rst
User Guide User Guide
========== ==========

View File

@ -11,7 +11,7 @@
License for the specific language governing permissions and limitations License for the specific language governing permissions and limitations
under the License. under the License.
.. _ref-scale: .. _ref-vnffg:
==================== ====================
VNF Forwarding Graph VNF Forwarding Graph

View File

@ -452,7 +452,7 @@ class ExtensionManager(object):
"""Extend resources with additional resources or attributes. """Extend resources with additional resources or attributes.
:param attr_map: the existing mapping from resource name to :param attr_map: the existing mapping from resource name to
attrs definition. attrs definition.
After this function, we will extend the attr_map if an extension After this function, we will extend the attr_map if an extension
wants to extend this map. wants to extend this map.