kavin 第1046页
-
基于OpenStack构建企业私有云(3)Glance配置搭建
1.安装Glance[root@linux-node1 ~]# yum install -y openstack-glance2.Glance数据库配置Glance-api.conf[root@linux-node1 ~]# vim /etc/glance/glance-api.conf...
kavin 2018.05.10 2576浏览 0 -
基于OpenStack构建企业私有云(2)KeyStone安装配置
1.安装keystone# yum install -y openstack-keystone httpd mod_wsgi memcached python-memcached2.设置Memcache开启启动并启动Memcached[root@linux-node1 ~]# systemctl e...
kavin 2018.05.10 3232浏览 0 -
基于OpenStack构建企业私有云(1)环境搭建
一.基础软件包安装1.安装EPEL仓库# rpm -ivh http://mirrors.aliyun.com/epel ... h.rpm2.安装OpenStack仓库# yum install -y centos-release-openstack-queens3.安装OpenStack客户端#...
kavin 2018.05.10 3008浏览 0 -
Error:Makefile:452: target 'config' given more than once in the same rule
在解压的 linux2.6.15 文件夹下 make menuconfig 的时候出现下面的错误: Makefile:452: target 'config' given more than once in the same ruleMakefile:452:...
kavin 2018.05.10 2658浏览 0 -
nginx 出现504 Gateway Time-out的解决方法
1. 问题分析nginx访问出现504 Gateway Time-out,一般是由于程序执行时间过长导致响应超时,例如程序需要执行90秒,而nginx最大响应等待时间为30秒,这样就会出现超时。 通常有以下几种情况导致 1.程序在处理大量数据,导致等待超时。2.程序中...
kavin 2018.05.10 5893浏览 0