Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions source/adminguide/networking/virtual_private_cloud_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,10 @@ other Network Tiers within the VPC.

- **Name**: A unique name for the Network Tier you create.

.. note::
Admins can choose to automatically prepend the VPC name to the Tier name during creation
using global configurations "vpc.tier.name.prepend" and "vpc.tier.name.prepend.delimiter".

- **Network Offering**: The following default Network offerings are
listed: Internal LB,
DefaultIsolatedNetworkOfferingForVpcNetworksNoLB,
Expand Down
6 changes: 6 additions & 0 deletions source/installguide/hypervisor/kvm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,12 @@ cloudstack-agent and should already be installed.
.. parsed-literal::
remote_mode="legacy"

Set libvirtd mode to traditional mode (see https://libvirt.org/manpages/libvirtd.html#system-socket-activation):

.. parsed-literal::
systemctl mask libvirtd.socket libvirtd-ro.socket \
libvirtd-admin.socket libvirtd-tls.socket libvirtd-tcp.socket


#. Restart libvirt

Expand Down
Loading