Install rdo package
Install rdo package instead of centos-release-openstack-newton. Change-Id: I521b8b8a7a2b051334afca13fa8d58a9cb56a2ae
This commit is contained in:
parent
448b9ce536
commit
e74eca2d9f
@ -79,8 +79,9 @@ Before you begin, we recommend upgrading your system packages and kernel.
|
||||
|
||||
.. code-block:: shell-session
|
||||
|
||||
# yum install git centos-release-openstack-newton ntp ntpdate \
|
||||
openssh-server python-devel sudo '@Development Tools'
|
||||
# yum install https://rdoproject.org/repos/openstack-ocata/rdo-release-ocata.rpm
|
||||
# yum install git ntp ntpdate openssh-server python-devel \
|
||||
sudo '@Development Tools'
|
||||
|
||||
#. Configure NTP to synchronize with a suitable time source.
|
||||
|
||||
|
@ -61,7 +61,8 @@ system packages are upgraded and then reboot into the new kernel:
|
||||
|
||||
## CentOS
|
||||
# yum upgrade
|
||||
# yum install centos-release-openstack-newton git
|
||||
# yum install https://rdoproject.org/repos/openstack-ocata/rdo-release-ocata.rpm
|
||||
# yum install git
|
||||
# reboot
|
||||
|
||||
.. note::
|
||||
|
@ -13,7 +13,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
rdo_package: "centos-release-openstack-newton"
|
||||
rdo_package: "https://rdoproject.org/repos/openstack-ocata/rdo-release-ocata.rpm"
|
||||
epel_package: "epel-release"
|
||||
|
||||
packages_install:
|
||||
|
Loading…
Reference in New Issue
Block a user