码迷,mamicode.com
首页 >  
搜索关键字:neutron networking    ( 1219个结果
uboot ping doesn’t work
Ping doesn't work Ping from U-Boot to a host should work. Ping from a host to U-Boot should not. U-Boot uses a polling interface for networking - if y...
分类:其他好文   时间:2015-08-07 19:08:02    阅读次数:211
mysql 误删root
方法一:mysql误删root第一步:mysqld_safe--skip-grant-tables--skip-networking&(跳过密码启动)第二步:增加root表insertintousersetuser=‘root‘,ssl_cipher=‘‘,x509_issuer=‘‘,x509_subject=‘‘;第三步:root赋予权限updateusersetHost=‘localhost‘,select_priv=‘y‘,in..
分类:数据库   时间:2015-08-06 18:47:44    阅读次数:151
Android训练课程(Android Training) - 使用Volley传输网络数据(Transmitting Network Data Using Volley)
Volley is an HTTP library that makes networking for Android apps easier and most importantly, faster. Volley is available through the openAOSPreposito...
分类:移动开发   时间:2015-08-06 12:31:54    阅读次数:154
openstack 问题澄清
1. neutron中plugin与agent是一一对应的吗? 在不使用ml2时,plugin与agent一一对应,如ovs-plugin与ovs-agent;当使用ml2 plugin时,该plugin可以对应多种agent,如ovs-agent,linuxbridge-agent等。2. neu...
分类:其他好文   时间:2015-08-05 21:49:28    阅读次数:153
openstack neutron debugs listss
Connection to neutron failed: [Errno 111] Connection refused上面ping的是external network ip的第一个ip,这个ip会作为外部网络的网关,所以在创建好 neutron网络后这个网关ip是可以ping通的;for i in...
分类:其他好文   时间:2015-08-04 18:52:09    阅读次数:223
理解 OpenStack 高可用(HA)(2):Neutron L3 Agent HA 之 虚拟路由冗余协议(VRRP)
本系列会分析OpenStack 的高可用性(HA)解决方案:(1)概述 (TBD,写完整个系列在回来写这块)(2)Neutron L3 Agent HA - VRRP (虚拟路由冗余协议)(3)Neutron L3 Agent HA - DVR (分布式虚机路由器)(4)TBD1. 基础知识1.1 ...
分类:其他好文   时间:2015-08-04 13:05:49    阅读次数:1960
openstack neutron debugs lists
分类:其他好文   时间:2015-08-03 20:42:17    阅读次数:111
Ubuntu和windows下修改hosts
首先,提供一个hosts文件http://download.csdn.net/detail/u012296101/8956255ubuntu下载好了这个文件后,用gedit打开,复制里面所有内容,然后打开终端,输入 `sudo gedit /etc/hosts` 提示输入密码后,将复制的内容粘贴到原有的内容后面,保存,然后输入 sudo /etc/init.d/networking resta...
分类:Windows程序   时间:2015-08-03 19:24:18    阅读次数:248
1219条   上一页 1 ... 89 90 91 92 93 ... 122 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!