Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
1 change: 1 addition & 0 deletions source/installguide/hypervisor/kvm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ In RHEL or CentOS:

.. parsed-literal::

$ yum install -y epel-release
$ yum install cloudstack-agent

In Ubuntu:
Expand Down
1 change: 1 addition & 0 deletions source/installguide/hypervisor/lxc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ In RHEL or CentOS:

.. parsed-literal::

$ yum install -y epel-release
$ yum install cloudstack-agent

In Ubuntu:
Expand Down
1 change: 1 addition & 0 deletions source/quickinstallationguide/qig.rst
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@ afterwards we'll need to configure a few things.

.. parsed-literal::

# yum -y install epel-release
# yum -y install cloudstack-agent


Expand Down
6 changes: 5 additions & 1 deletion source/releasenotes/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ The full list of new features can be found in the project release notes at http:

Apache CloudStack powers numerous elastic Cloud computing services, including solutions that have ranked as Gartner Magic Quadrant leaders. Highlighted in the Forrester Q4 2017 Enterprise Open Source Cloud Adoption report, Apache CloudStack "sits beneath hundreds of service provider clouds", including Fortune 5 multinational corporations. A list of known Apache CloudStack users are available at http://cloudstack.apache.org/users.html

Libvirt Python Dependency on KVM and CentOS
===========================================

For CentOS users using the security groups feature on KVM it is needed to install the epel-release and python36-libvirt packages.

New User Interface & Depreciation notice of existing UI
=======================================================

Expand All @@ -58,4 +63,3 @@ The next LTS release (likely to be version 4.15) of Apache Cloudstack will ship
In the following release (likely to be 4.16), the old UI will be deprecated.

Please see `Primate install guide <../installguide/primate.html>`_

2 changes: 2 additions & 0 deletions source/upgrading/upgrade/upgrade-4.11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,8 @@ For KVM hosts, upgrade the ``cloudstack-agent`` package

.. parsed-literal::

$ sudo yum install -y epel-release
$ sudo yum install -y python36-libvirt
$ sudo yum upgrade cloudstack-agent

#. Restart the agent:
Expand Down
2 changes: 2 additions & 0 deletions source/upgrading/upgrade/upgrade-4.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,8 @@ For KVM hosts, upgrade the ``cloudstack-agent`` package

.. parsed-literal::

$ sudo yum install -y epel-release
$ sudo yum install -y python36-libvirt
$ sudo yum upgrade cloudstack-agent

#. Restart the agent:
Expand Down
2 changes: 2 additions & 0 deletions source/upgrading/upgrade/upgrade-4.9.rst
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,8 @@ For KVM hosts, upgrade the ``cloudstack-agent`` package

.. parsed-literal::

$ sudo yum install -y epel-release
$ sudo yum install -y python36-libvirt
$ sudo yum upgrade cloudstack-agent

#. Verify that the file ``/etc/cloudstack/agent/environment.properties`` has a
Expand Down