• linkedu视频
  • 平面设计
  • 电脑入门
  • 操作系统
  • 办公应用
  • 电脑硬件
  • 动画设计
  • 3D设计
  • 网页设计
  • CAD设计
  • 影音处理
  • 数据库
  • 程序设计
  • 认证考试
  • 信息管理
  • 信息安全
菜单
linkedu.com
导航菜单
  • 网页制作
  • 数据库
  • 程序设计
  • 操作系统
  • CMS教程
  • 游戏攻略
  • 脚本语言
  • 平面设计
  • 软件教程
  • 网络安全
  • 电脑知识
  • 服务器
  • 视频教程
  • windows
  • 服务器硬件
  • 服务器运维
  • 云计算
  • 虚拟化
  • IIS教程
  • Linux
  • Apache
  • Ftp
  • DNS
  • Nginx
您的位置:首页 > 服务器 >云计算 > centos7 安装配置openstack-dashboard (官网openstack-juno版),centos7openstack

centos7 安装配置openstack-dashboard (官网openstack-juno版),centos7openstack

作者:网友 字体:[增加 减小] 来源:互联网

本文主要包含centos7 安装配置openstack-dashboard (官网openstack-juno版),centos7openstack等服务器相关知识,网友希望可以进行参考

centos7 安装配置openstack-dashboard (官网openstack-juno版),centos7openstack


System requirements

Before you install theOpenStack dashboard, you must meet the following system require-ments:

 ? OpenStack Compute installation.Enable the Identity Service for user and project man-agement.

Note the URLs of the IdentityService and Compute endpoints.

 ? Identity Service user withsudo privileges. Because Apache does not serve content from a root user, usersmust run the dashboard as an Identity Service user with sudo privileges. [1]

Python 2.6 or 2.7. The Pythonversion must support Django. The Python version should run on any system,including Mac OS X. Installation prerequisites might differ by plat-form.

Then, install and configurethe dashboard on a node that can contact the Identity Service.

Provideusers with the following information so that they can access the dashboardthrough a web browser on their local machine:

?  The public IP address fromwhich they can access the dashboard

?  The user name and password withwhich they can access the dashboard

Your web browser, and that of your users, must support HTML5 andhave cookies and JavaScript enabled.


 Install the packages:

# yum install openstack-dashboard httpd mod_wsgi memcached python-memcached

 To configure the dashboard

? Edit the /etc/openstack-dashboard/local_settings file and complete the following actions:

a.         Configure the dashboard to use OpenStack services on the controller node:

OPENSTACK_HOST = " controller'

b.        Allow all hosts to access the dashboard:

ALLOWED_HOSTS =  ['*']

c.         Configure the memcached session storage service:

CACHES = {

'default': {

'BACKEND': 'django.core.cache.backends.memcached.

MemcachedCache',

'LOCATION': '127.0.0.1:11211',

}

}

To finalize installation

1.       On RHEL and CentOS, configureSELinux to permit the web server to connect to Open- Stack services:

#   setsebool -P httpd_can_network_connect on

2.       Due to a packaging bug, thedashboard CSS fails to load properly. Run the following command to resolve thisissue:

#   chown -R apache:apache /usr/share/openstack-dashboard/static

For more information, see the bug report.

3.       Start the web server andsession storage service and configure them to start when the system boots:

#   systemctl enable httpd.service memcached.service

#   systemctl start httpd.service memcached.service

Verify operation

This section describes how to verify operation ofthe dashboard.

1.        Access the dashboard using aweb browser: http://controller/dashboard .

2.        Authenticate using admin or demouser credentials.





----------------------------------------------------------------------------------------------------------------------------------------------------------------------

参考:H版本


http://blog.csdn.net/qq_21398167/article/details/46385667


笔者是结合这两个版本一起搭建的环境并成功!



版权声明:本文为博主原创文章,未经博主允许不得转载。

分享到:QQ空间新浪微博腾讯微博微信百度贴吧QQ好友复制网址打印

您可能想查找下面的文章:

  • centos7 安装配置openstack-dashboard (官网openstack-juno版),centos7openstack

相关文章

  • Spark的日志配置,Spark日志配置
  • <转>Openstack Ceilometer监控项扩展,openstackceilometer
  • python 操作 azure 虚拟机,pythonazure
  • B-TREE索引,btree
  • 常见类型网站的SEO应该怎么操作?类型不同,操作自然不同,因为分门别类嘛,seo分门别类
  • RPC原理,rpc
  • 个性化推荐的十大挑战,个性化十大挑战
  • 产品型公司的发展-Zoho发布费用管理新品,让CRM系统更强大,-zohocrm
  • openstack性能测试用例和测试结果,openstack性能测试
  • 有关微软技术方向的最新学习资源【2015-9月】,学习资源2015-9

文章分类

  • windows
  • 服务器硬件
  • 服务器运维
  • 云计算
  • 虚拟化
  • IIS教程
  • Linux
  • Apache
  • Ftp
  • DNS
  • Nginx

最近更新的内容

    • hadoop2.7配置HA,使用zk和journal,hadoop2.7zk
    • AWS EC2 调整云主机根卷大小,awsec2
    • Hadoop之——Java操作HBase,hadoopjavahbase
    • 玩转OpenStack网络Neutron(4)--网络隧道技术 VXALN & GRE,openstackvxaln
    • pagerank算法的MapReduce实现,pagerankmapreduce
    • 【HBase】how many zookeepers should i run?,hbasezookeepers
    • 如何在coding.net上部署项目 (Flask),coding.netflask
    • R720 disable hyperthreading,r720hyperthreading
    • Spark MLlib Deep Learning Convolution Neural Network (深度学习-卷积神经网络)3.1,mllibconvolution
    • Centos 64下实现socket通信,centos64下

关于我们 - 联系我们 - 免责声明 - 网站地图

©2020-2025 All Rights Reserved. linkedu.com 版权所有