openstack
文章平均质量分 78
Hellovictoria
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
配置ssh密钥认证自动登录(从物理机ssh到虚拟机)
从客户端来看,SSH提供两种级别的安全验证。第一种级别(基于密码的安全验证),知道帐号和密码,就可以登录到远程主机,并且所有传输的数据都会被加密。第二种级别(基于密钥的安全验证),需要依靠密钥,也就是你必须为自己创建一对密钥,并把公有密钥放在需要访问的服务器上。 Pasted from http://segmentfault.com/blog/dewuzeng/1190000000原创 2014-09-24 10:20:57 · 2429 阅读 · 0 评论 -
openstack网络模式之vlan分析
openstack neutron中定义了四种网络模式:# tenant_network_type = local # tenant_network_type = vlan # Example: tenant_network_type = gre# Example: tenant_network_type = vxlan 本文主要以vlan为例,并结转载 2014-11-24 12:51:27 · 1498 阅读 · 0 评论 -
neutron delete net,subnet
根据openstack icehouse安装文档openstack-install-guide-yum-icehouse.pdf, 安装部署进行到第66页时,已经部署好了controller和network的.原创 2014-11-24 09:56:25 · 5969 阅读 · 0 评论 -
配置neutron GRE模式出错,未解决,打算用vlan
GRE模式听说很少用, 但是openstack icehouse的安装文档openstack-install-guide-yum-icehouse.pdf就仅仅讲了这个.我配置了下,出错了.lab里面的大牛说GRE可能需要硬件上支持,而且现在vlan用的多.下面的配置过程记录下来,不过问题没有解决,希望会的人给点建议!各个节点的IP地址情况:192.168.122.166原创 2014-11-26 12:55:14 · 1586 阅读 · 0 评论 -
在compute node上安装neutron时,出错neutron ValueError: :5672
这个是由于没有按住奥原创 2014-11-20 15:15:16 · 1253 阅读 · 0 评论 -
neutron在network-node上安装出错. remote error
Remote error: AgentNotFoundByTypeHost Agent with agent_type=DHCP agent and host=network-node could not be原创 2014-11-20 13:06:52 · 2226 阅读 · 0 评论 -
怎么读openstack组件的日志文件?
以/var/log/neutron/server.log文件为例:2014-11-1807:30:03.438 7289 INFO neutron.wsgi [-] (7289) wsgistarting up on http://0.0.0.0:9696/ 2014-11-1807:30:03.442 7289 INFO neutron.openstack.commo原创 2014-11-19 12:39:06 · 3439 阅读 · 0 评论 -
add ssl to CentOS-6.5
On vsm1, add ssl tocentOS-6.5. SSL helps to encrypt the password before you send packages(maybeincluding the package) through theinternet. Since we alreadyinstalled the vsm, so apache2(httpd) was原创 2014-11-17 15:26:11 · 1176 阅读 · 0 评论 -
nova-compute出错: unable to connect to AMQP server.
安装nova-compute出错!查看日志[root@compute-nodexiaoy]# tail /var/log/nova/compute.log 2014-11-1705:12:41.413 1300 ERROR oslo.messaging._drivers.impl_qpid [-] Unable to connectto AMQP server: [Errno -2]原创 2014-11-17 13:10:39 · 5572 阅读 · 0 评论 -
keystone 出错HTTP500,出错Invalid OpenStack Identity credentials
安装文档是: openstack-install-guide-yum-icehouse.pdf原创 2014-11-10 15:39:58 · 7755 阅读 · 0 评论 -
在ubuntu12.04上Apache如何使能SSL
Apache2使能SSL,是Keystone使能SSL的第一步。首先在ubuntu12.04上,apache2应该已经安装好了。如果未安装好,则通过如下命令安装: sudo apt-get install apache21> 使能SSL模块 a2enmod ssl 重启apache2 service apache2 restart2>翻译 2014-09-25 09:32:20 · 1114 阅读 · 0 评论 -
HTTPD SSL mod_ssl mod_nss
SSL(Secure Sockets Layer安全套接层),及其继任者传输层安全(Transport Layer Security,TLS)是为网络通信提供安全及数据完整性的一种安全协议。TLS与SSL在传输层对网络连接进行加密。 https是以安全为目标的HTTP通道,简单讲是HTTP的安全版。即HTTP下加入SSL层,https的安全基础是SSL,因此加密的详细内容请看SSL原创 2014-09-17 15:24:05 · 2582 阅读 · 0 评论 -
Enabling SSL for Keystone 阅读各种文献
https://openstack.redhat.com/Securing_services 准备 需要CA认证,include CN = for SSL towork.安装IPA server 修改文件 /etc/hostname hostname -s:短主机名 修改文件 /etc/hostshostname -i:IP地址 /etc/sysc翻译 2014-09-17 15:32:32 · 1471 阅读 · 0 评论 -
neutron vlan模式配置(一): 解读vlan模式里两幅重要的图
在network node上,创建了br-eth1,br-ex, br-int 访问publicnetwork,核心是 br-ex 和 br-int[root@network-nodexiaoy]# ovs-vsctl show06ee24f3-1226-4fd2-95c1-eed3954368a4 Bridge br-int fai原创 2014-11-28 11:06:17 · 3039 阅读 · 0 评论
分享