Updates references to latest release to rocky.

This commit updates leftover references to pike and queens as the latest
OpenStack releases to rocky.

Change-Id: I968777950c5faaa0fddd5a338a5c151a76e10ac8
This commit is contained in:
Isaiah Inuwa 2019-02-27 15:07:28 -06:00
parent d217c32c6c
commit 6746aba8db
2 changed files with 5 additions and 5 deletions

View File

@ -473,7 +473,7 @@ dmesg on the compute node where the instance was placed.
.. end
For more information see `OpenStack SRIOV documentation <https://docs.openstack.org/neutron/pike/admin/config-sriov.html>`_.
For more information see `OpenStack SRIOV documentation <https://docs.openstack.org/neutron/rocky/admin/config-sriov.html>`_.
Nova SRIOV
~~~~~~~~~~
@ -535,4 +535,4 @@ Start a new instance using the flavor:
Verify VF devices were created and the instance starts successfully as in
the Neutron SRIOV case.
For more information see `OpenStack PCI passthrough documentation <https://docs.openstack.org/nova/pike/admin/pci-passthrough.html>`_.
For more information see `OpenStack PCI passthrough documentation <https://docs.openstack.org/nova/rocky/admin/pci-passthrough.html>`_.

View File

@ -351,17 +351,17 @@ There are a few options that are required to deploy Kolla-Ansible:
.. end
To use DockerHub images, the default image tag has to be overridden. Images are
tagged with release names. For example to use stable Pike images set
tagged with release names. For example to use stable Rocky images set
.. code-block:: console
openstack_release: "pike"
openstack_release: "rocky"
.. end
It's important to use same version of images as kolla-ansible. That
means if pip was used to install kolla-ansible, that means it's latest stable
version so ``openstack_release`` should be set to queens. If git was used with
version so ``openstack_release`` should be set to rocky. If git was used with
master branch, DockerHub also provides daily builds of master branch (which is
tagged as ``master``):