Skip to content

Commit

Permalink
Merge pull request #120 from mattgreene/mitaka
Browse files Browse the repository at this point in the history
Version updates in docs for Mitaka release
  • Loading branch information
jputrino committed May 27, 2016
2 parents ed72b30 + ec0a418 commit c8b1746
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.0.2
9.0.1
4 changes: 2 additions & 2 deletions docs/includes/topic_downloads.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ You can download a `release package <https://github.com/F5Networks/f5-openstack-

.. code-block:: text
# curl -L -O https://github.com/F5Networks/f5-openstack-lbaasv1/releases/download/1.0.14final/f5-lbaasv1_1.0.14final.tgz
# tar -xf f5-lbaasv1_1.0.14final.tgz
# curl -L -O https://github.com/F5Networks/f5-openstack-lbaasv1/releases/download/9.0.1final/f5-lbaasv1_9.0.1final.tgz
# tar -xf f5-lbaasv1_9.0.1final.tgz
2 changes: 1 addition & 1 deletion release_deb.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Configuration - Ubuntu
Version
-------

F5® OpenStack LBaaSv1 plugin **v8.0.2-final** for OpenStack **Liberty**.
F5® OpenStack LBaaSv1 plugin **v9.0.1-final** for OpenStack **Mitaka**.

Configure the F5® LBaaSv1 Plugin
--------------------------------
Expand Down
12 changes: 6 additions & 6 deletions release_readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,19 @@ Debian / Ubuntu

.. code-block:: text
$ dpkg -i build/deb_dist/f5-bigip-common_8.0.2-final_all.deb
$ dpkg -i build/deb_dist/f5-bigip-common_9.0.1-final_all.deb
2. Install the plugin driver.

.. code-block:: text
$ dpkg -i build/deb_dist/f5-lbaas-driver_8.0.2-final_all.deb
$ dpkg -i build/deb_dist/f5-lbaas-driver_9.0.1-final_all.deb
3. Install the plugin agent.

.. code-block:: text
$ dpkg -i build/deb_dist/f5-bigip-lbaas-agent_8.0.2-final_all.deb
$ dpkg -i build/deb_dist/f5-bigip-lbaas-agent_9.0.1-final_all.deb
Red Hat / CentOS
Expand All @@ -90,19 +90,19 @@ Red Hat / CentOS

.. code-block:: text
$ rpm -i build/el7/f5-bigip-common_8.0.2-final.noarch.el7.rpm
$ rpm -i build/el7/f5-bigip-common_9.0.1-final.noarch.el7.rpm
2. Install the plugin driver.

.. code-block:: text
$ rpm -i build/el7/f5-lbaas-driver-8.0.2-final.noarch.el7.rpm
$ rpm -i build/el7/f5-lbaas-driver-9.0.1-final.noarch.el7.rpm
3. Install the agent.

.. code-block:: text
$ rpm -i build/el7/f5-bigip-lbaas-agent-8.0.2-final.noarch.el7.rpm
$ rpm -i build/el7/f5-bigip-lbaas-agent-9.0.1-final.noarch.el7.rpm
Upgrading
Expand Down
2 changes: 1 addition & 1 deletion release_rpm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Configuration - RHEL
Version
-------

F5® OpenStack LBaaSv1 plugin v 8.0.2-final for OpenStack Liberty.
F5® OpenStack LBaaSv1 plugin v 9.0.1-final for OpenStack Mitaka.

Configure the F5® LBaaSv1 Plugin
--------------------------------
Expand Down

0 comments on commit c8b1746

Please sign in to comment.