Doc improvements

Change-Id: I5c0408c90d21c2c0bbf9858b332ccae4cab8423b
This commit is contained in:
zhang.lei 2018-05-14 02:16:49 +00:00
parent 683362981a
commit 8f8f367662
5 changed files with 30 additions and 31 deletions

View File

@ -49,7 +49,7 @@ On the deployment host, copy the Nuage user variables file from
``/opt/nuage-openstack-ansible/etc/user_nuage_vars.yml`` to the ``/opt/nuage-openstack-ansible/etc/user_nuage_vars.yml`` to the
``/etc/openstack_deploy/`` folder. ``/etc/openstack_deploy/`` folder.
.. code-block:: shell-session .. code-block:: console
# cp /opt/nuage-openstack-ansible/etc/user_nuage_vars.yml \ # cp /opt/nuage-openstack-ansible/etc/user_nuage_vars.yml \
/etc/openstack_deploy/ /etc/openstack_deploy/
@ -138,11 +138,12 @@ Installation
VRS playbooks in ``/opt/nuage-openstack-ansible/nuage_playbook`` on VRS playbooks in ``/opt/nuage-openstack-ansible/nuage_playbook`` on
your deployment host: your deployment host:
.. code-block:: shell-session .. code-block:: console
# cd /opt/nuage-openstack-ansible/nuage_playbooks # cd /opt/nuage-openstack-ansible/nuage_playbooks
# openstack-ansible nuage_all.yml # openstack-ansible nuage_all.yml
.. note:: To obtain Nuage Networks VSP software packages, user .. note::
documentation, and licenses, contact
info@nuagenetworks.net. To obtain Nuage Networks VSP software packages, user
documentation, and licenses, contact ``info@nuagenetworks.net``.

View File

@ -149,10 +149,8 @@ Communications between the OpenDaylight SDN Controller and Open vSwitch are not
secured by default. For further information on securing this interface, see secured by default. For further information on securing this interface, see
these manuals: these manuals:
TLS Support on OpenDaylight OpenFlow plugin: * `TLS Support on OpenDaylight OpenFlow plugin
<https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin:_TLS_Support>`__.
https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin:_TLS_Support * `Secure Communication Between OpenFlow Switches and Controllers
<https://www.thinkmind.org/download.php?articleid=afin_2015_2_30_40047>`__.
Secure Communication Between OpenFlow Switches and Controllers
https://www.thinkmind.org/download.php?articleid=afin_2015_2_30_40047

View File

@ -14,9 +14,9 @@ Recommended reading
We recommend that you read the following documents before proceeding: We recommend that you read the following documents before proceeding:
* Neutron documentation on Open vSwitch OpenStack deployments: * Neutron documentation on Open vSwitch OpenStack deployments:
`<https://docs.openstack.org/liberty/networking-guide/scenario-classic-ovs.html>`_ `<https://docs.openstack.org/liberty/networking-guide/scenario-classic-ovs.html>`_
* Blog post on how OpenStack-Ansible works with Open vSwitch: * Blog post on how OpenStack-Ansible works with Open vSwitch:
`<https://medium.com/@travistruman/configuring-openstack-ansible-for-open-vswitch-b7e70e26009d>`_ `<https://medium.com/@travistruman/configuring-openstack-ansible-for-open-vswitch-b7e70e26009d>`_
Prerequisites Prerequisites

View File

@ -340,7 +340,7 @@ configuration to enable Neutron SR-IOV support.
Additionally, the network will need to be assigned to the Additionally, the network will need to be assigned to the
``neutron_sriov_nic_agent`` container group. ``neutron_sriov_nic_agent`` container group.
Example configuration: Example configuration:
.. code-block:: yaml .. code-block:: yaml

View File

@ -16,8 +16,8 @@ Neutron role for OpenStack-Ansible
This role installs the following Systemd services: This role installs the following Systemd services:
* neutron-server * neutron-server
* neutron-agents * neutron-agents
To clone or view the source code for this repository, visit the role repository To clone or view the source code for this repository, visit the role repository
for `os_neutron <https://github.com/openstack/openstack-ansible-os_neutron>`_. for `os_neutron <https://github.com/openstack/openstack-ansible-os_neutron>`_.