
云计算
该广告
这个作者很懒,什么都没留下…
展开
-
用pycurl直接认证keystone curl创建虚拟机
#!/usr/bin/pythonimport jsonimport pycurlfrom urllib import urlencodec = pycurl.Curl()c.setopt(c.URL, 'http://10.0.0.80:5000/v2.0/tokens')post_data = {"auth":{"tenantName": "admin", "p原创 2015-02-07 13:23:46 · 1144 阅读 · 0 评论 -
Neutron如何与Nova-Compute进行交互
Neutron如何与Nova-Compute进行交互转载 2015-03-17 11:40:17 · 434 阅读 · 0 评论 -
怎样写 OpenStack Neutron 的 Plugin
http://www.bubuko.com/infodetail-298630.html转载 2015-03-17 17:20:15 · 355 阅读 · 0 评论 -
Openstack(G版)并行性能加速(翻译)
http://www.choudan.net/2013/12/24/OpenStack%E5%B9%B6%E8%A1%8C%E6%80%A7%E8%83%BD%E5%8A%A0%E9%80%9F%28%E7%BF%BB%E8%AF%91%29.html(中文版)http://www.rogersvp.com/news/company-news/grid-centric/boosting-ope转载 2015-03-12 11:43:37 · 454 阅读 · 0 评论 -
openstack DBusException:Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
ubuntu下在同一台机器部署多个horizon应用时apache2报错:DBusException: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11解决方法:卸载掉python-keyring,如果被其它包依赖,直接m原创 2015-06-09 10:01:24 · 2597 阅读 · 0 评论 -
openstack ssh卡死expecting SSH2_MSG_KEX_DH_GEX_GROUP
怎样调试ssh服务器端:sshd -d -p 22k客服端:ssh -v -p 22 root@ip修改当前执行ssh命令的主机/etc/ssh/ssh_config,打开配置项MACs hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160原创 2015-12-01 11:39:12 · 1707 阅读 · 0 评论 -
ubuntu下nova(k)跑测试出现的问题
1.Error: pg_config executable not founsudo apt-get install libpq-dev python-dev2. EnvironmentError:mysql config not found sudo apt-get install libmysqld-dev3.error: command 'x86_64-lin原创 2015-02-03 21:37:52 · 604 阅读 · 0 评论