您的位置:首页 > 运维架构

openstack libtray

2015-12-01 15:38 387 查看

OpenStack packages

Distributions release OpenStack packages as part of the distribution or using other methods because of differing release schedules. Perform these procedures on all nodes.

Warning

Your hosts must contain the latest versions of base installation packages available for your distribution before proceeding further.

Note

Disable or remove any automatic update services because they can impact your OpenStack environment.

Enable the OpenStack repository

# apt-get install software-properties-common
# add-apt-repository cloud-archive:liberty


Finalize the installation

Upgrade the packages on your host:

# apt-get update && apt-get dist-upgrade


Note

If the upgrade process includes a new kernel, reboot your host to activate it.

Install the OpenStack client:

# apt-get install python-openstackclient
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: