Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
22 changes: 11 additions & 11 deletions source/_global.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@

.. Latest version systemvm template name

.. |sysvm64-version| replace:: 4.11.3
.. |sysvm64-name-xen| replace:: systemvm-xenserver-4.11.3
.. |sysvm64-name-kvm| replace:: systemvm-kvm-4.11.3
.. |sysvm64-name-vmware| replace:: systemvm-vmware-4.11.3
.. |sysvm64-name-hyperv| replace:: systemvm-hyperv-4.11.3
.. |sysvm64-name-ovm| replace:: systemvm-ovm-4.11.3
.. |sysvm64-version| replace:: 4.14.0
.. |sysvm64-name-xen| replace:: systemvm-xenserver-4.14.0
.. |sysvm64-name-kvm| replace:: systemvm-kvm-4.14.0
.. |sysvm64-name-vmware| replace:: systemvm-vmware-4.14.0
.. |sysvm64-name-hyperv| replace:: systemvm-hyperv-4.14.0
.. |sysvm64-name-ovm| replace:: systemvm-ovm-4.14.0

.. Latest version systemvm template URL
.. |sysvm64-url-xen| replace:: http://download.cloudstack.org/systemvm/4.11/systemvmtemplate-4.11.3-xen.vhd.bz2
.. |sysvm64-url-kvm| replace:: http://download.cloudstack.org/systemvm/4.11/systemvmtemplate-4.11.3-kvm.qcow2.bz2
.. |sysvm64-url-vmware| replace:: http://download.cloudstack.org/systemvm/4.11/systemvmtemplate-4.11.3-vmware.ova
.. |sysvm64-url-hyperv| replace:: http://download.cloudstack.org/systemvm/4.11/systemvmtemplate-4.11.3-hyperv.vhd.zip
.. |sysvm64-url-ovm| replace:: http://download.cloudstack.org/systemvm/4.11/systemvmtemplate-4.11.3-ovm.raw.bz2
.. |sysvm64-url-xen| replace:: http://download.cloudstack.org/systemvm/4.14/systemvmtemplate-4.14.0-xen.vhd.bz2
.. |sysvm64-url-kvm| replace:: http://download.cloudstack.org/systemvm/4.14/systemvmtemplate-4.14.0-kvm.qcow2.bz2
.. |sysvm64-url-vmware| replace:: http://download.cloudstack.org/systemvm/4.14/systemvmtemplate-4.14.0-vmware.ova
.. |sysvm64-url-hyperv| replace:: http://download.cloudstack.org/systemvm/4.14/systemvmtemplate-4.14.0-hyperv.vhd.zip
.. |sysvm64-url-ovm| replace:: http://download.cloudstack.org/systemvm/4.14/systemvmtemplate-4.14.0-ovm.raw.bz2

.. Version specific: 4.5 systemvm template URL
.. |acs45-sysvm64-url-xen| replace:: http://download.cloudstack.org/systemvm/4.5/systemvm64template-4.5-xen.vhd.bz2
Expand Down
4 changes: 2 additions & 2 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
author = 'Apache CloudStack Project'
Comment thread
andrijapanicsb marked this conversation as resolved.

# The short X.Y version
version = '4.13'
version = '4.14'
# The full version, including alpha/beta/rc tags
release = '4.13.0.0'
release = '4.14.0.0'

rst_epilog = """
.. include:: /_global.rst
Expand Down
1 change: 1 addition & 0 deletions source/upgrading/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Contents:
.. toctree::
:maxdepth: 1

upgrade/upgrade-4.13
upgrade/upgrade-4.12
upgrade/upgrade-4.11
upgrade/upgrade-4.10
Expand Down
8 changes: 3 additions & 5 deletions source/upgrading/upgrade/_sysvm_templates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ Update System-VM templates
| | |
| | Format: VHD |
| | |
| | OS Type: Debian GNU/Linux 7.0 (64-bit) (or the |
| | highest Debian release number available in the |
| | dropdown) |
| | OS Type: Other Linux 64-bit |
Comment thread
DaanHoogland marked this conversation as resolved.
Outdated
| | |
| | Extractable: no |
| | |
Comment thread
DaanHoogland marked this conversation as resolved.
Expand All @@ -74,7 +72,7 @@ Update System-VM templates
| | |
| | Format: QCOW2 |
| | |
| | OS Type: Debian GNU/Linux 7.0 (64-bit) (or the |
| | OS Type: Debian GNU/Linux 9.0 (64-bit) (or the |
Comment thread
DaanHoogland marked this conversation as resolved.
Outdated
| | highest Debian release number available in the |
| | dropdown) |
| | |
Expand Down Expand Up @@ -124,7 +122,7 @@ Update System-VM templates
| | |
| | Format: VHD |
| | |
| | OS Type: Debian GNU/Linux 7.0 (64-bit) (or the |
| | OS Type: Debian GNU/Linux 9.0 (64-bit) (or the |
| | highest Debian release number available in the |
| | dropdown) |
| | |
Expand Down
Loading