脚踏实地
全部博文(230)
发布时间:2016-12-20 23:16:38
字数1593 阅读541 评论0 喜欢3cd /etc/sshmv sshd_config{,.bak} #你不能直接编辑,因为这个文件是/usr/share/ssh/ssh_config的软链接,而/usr的整个分区,是只读的 cat sshd_config.bak > sshd_configvim sshd_config #... PermitRootLogin yes #加入这一句 systemctl restart sshdsudo passwd root.........【阅读全文】
发布时间:2016-10-23 22:34:38
1. Nova1.1 Liberty - Nova compute failed to connect libvirthttps://bugs.launchpad.net/juniperopenstack/+bug/1560725在M版FIX了,L版的临时解决方法是:# service openstack-nova-compute restart # service openstack-nova-compute status# systemctl restart openstack-nova-compute # systemctl.........【阅读全文】
发布时间:2016-09-25 23:20:49
1. Convert ovs_lib's usage of ovs-vsctl to use the OVSDB protocolStarted byKyle Mestery on 2014-07-25Completed byKyle Mestery on 2015-03-21https://blueprints.launchpad.net/neutron/+spec/vsctl-to-ovsdb2. OVS agent: Use python binding instead of ovs-ofctl commandhttp://specs.........【阅读全文】
发布时间:2016-09-24 23:15:39
1. 关于ssh到fuel master的问题可以修改virtualbox中的全局设定中,选择管理 ——全局设定——网络,点右边的螺丝刀按钮,在弹出的窗口中选择DHCP Server选项卡,将Enable Server选项取消,然后把ip设为172.16.0.111之类的,就可以直接从NAT的虚拟机中进行访问fuel master的服务, hack掉宿主机和host-only 网络的互访问.........【阅读全文】
发布时间:2016-09-21 23:22:23
1、编辑 /etc/nova/nova.conf 文件,找到 inject_password=true复制代码保存退出!重启......【阅读全文】