[Docs] Update manage networks location
To be consistent with other "manage x" operations, the management of networks is moved into the general openstack operations. Change-Id: I828bbfc49ec23b661af26b314830d495f786ea22
This commit is contained in:
parent
c4d221e29b
commit
8ce75ac242
@ -8,7 +8,6 @@ maintenance tasks.
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
maintenance-tasks/network-maintain.rst
|
|
||||||
maintenance-tasks/galera.rst
|
maintenance-tasks/galera.rst
|
||||||
maintenance-tasks/rabbitmq-maintain.rst
|
maintenance-tasks/rabbitmq-maintain.rst
|
||||||
maintenance-tasks/backups.rst
|
maintenance-tasks/backups.rst
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
Managing your cloud
|
Managing your cloud
|
||||||
===================
|
===================
|
||||||
|
|
||||||
This chapter is intended to document basic OpenStack operations tasks that
|
This chapter is intended to document OpenStack operations tasks that
|
||||||
are integral to the operations support in an OpenStack-Ansible deployment.
|
are integral to the operations support in an OpenStack-Ansible deployment.
|
||||||
|
|
||||||
It explains operations such as managing images, instances, or networks.
|
It explains operations such as managing images, instances, or networks.
|
||||||
@ -10,3 +10,4 @@ It explains operations such as managing images, instances, or networks.
|
|||||||
|
|
||||||
.. include:: openstack-operations/managing-images.rst
|
.. include:: openstack-operations/managing-images.rst
|
||||||
.. include:: openstack-operations/managing-instances.rst
|
.. include:: openstack-operations/managing-instances.rst
|
||||||
|
.. include:: openstack-operations/managing-networks.rst
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
======================
|
Managing networks
|
||||||
Networking maintenance
|
=================
|
||||||
======================
|
|
||||||
|
|
||||||
Operational considerations, like compliance, can make it necessary to
|
Operational considerations, like compliance, can make it necessary to
|
||||||
manage networks. For example, adding new provider networks to the
|
manage networks. For example, adding new provider networks to the
|
||||||
@ -159,11 +158,6 @@ removed, prior to the removal of the OpenStack-Ansible configuration.
|
|||||||
# openstack-ansible lxc-containers-create.yml --limit infra03:infra03-host_containers
|
# openstack-ansible lxc-containers-create.yml --limit infra03:infra03-host_containers
|
||||||
# openstack-ansible os-neutron-install.yml --tags neutron-config
|
# openstack-ansible os-neutron-install.yml --tags neutron-config
|
||||||
|
|
||||||
|
|
||||||
Move from Open vSwitch to LinuxBridge and vice versa
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
|
|
||||||
Restart a Networking agent container
|
Restart a Networking agent container
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user