感谢朋友支持本博客,欢迎共同探讨交流,因为能力和时间有限,错误之处在所难免,欢迎指正. 假设转载.请保留作者信息. 博客地址:http://blog.csdn.net/qq_21398167 原博文地址:http://blog.csdn.net/qq_21398167/article/details/46696123 使用 openstack nova boot  创建的实例,出错以后 查看 root@xxx:~# nova list +-----------------------------…
openstack中,有时会经常出现这种错误,原因无二,一是安全组没有设置正确,二是openstack中网络配置会有些问题或者是相关的服务没有启动. 解决方法:1.安全组问题在nova.conf和neutron.conf配置中涉及到SecurityGroup,一定要设置正确,如果错误的话,不仅出现这个错误,而且还有安全组不能创建. 2.有些服务重新启动会出现Stop:Unknown instance.这个错误即使你强制启动,过一会又会自动stop.我认为还是相关的neutron服务没有配置正确.…
Win7共享问题 映射网盘时出现的错误:the specified server cannot perform the requested operation 解决方案: 1.重启电脑: 2.修改注册表:(推荐) 运行里输入:regedit 进入注册表: Control: HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\LargeSystemCache  0改为1  [ 0=工作站,1=服务器] 注:…
当我运行下面的 powershell  脚本时: $FarmAcct = 'domain\user'  $secPassword = ConvertTo-SecureString 'aaa' -AsPlaintext -Force  $global:farmCredential_ = New-Object System.Management.Automation.PsCredential $FarmAcct,$secPassword Invoke-Command -ComputerName "1…
一.[root@openstack-server ~]# nova listERROR (CommandError): You must provide a username or user id via --os-username, --os-user-id, env[OS_USERNAME] or env[OS_USER_ID]解决办法:source一下环境变量来获取 token[root@openstack-server src]# source admin-openrc.sh [root…
目标:要删除外网Ext-Net2 直接删网络也会出错:因为有一个或多个端口在使用该网络 root@controller:~# neutron net-list +--------------------------------------+-------------+----------------------------------------------------+ | id | name | subnets | +-------------------------------------…
在一个云系统中,一个项目不能无限制的使用资源,必须对项目进行配额管理,在openstack中主要的命令是nova quota-update, 但是可能会提示的错误: DEBUG (shell:740) The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-76ec703e-566e-4133-af5d-d822a6750969)…
注:此文为<OpenStack(queens)最小化搭建记录——控制与计算共两个节点>的补充 1.chrony时间同步服务搭建的时候,出现计算节点无法与控制节点同步.(controller节点) 问题原因:控制节点防火墙开启,关闭防火墙即可解决. 2.启用OpenStack-queens储存库时,因为源节点在外网,访问速度过慢或常出错.(controller&compute节点) 解决方法:修改/etc/yum.repos.d/CentOS-OpenStack-queens.repo,…
目录 目录 前文列表 Image service overview Openstack Image service包含的组件 Install and configure Prerequisites 先决条件 To create the database To create the service credentials Install and configure components Install the packages Edit the etcglanceglance-apiconf fi…
关于Cell的基本介绍,可以参考贤哥的一篇文章: [OpenStack]G版中关于Nova的Cell  http://blog.csdn.net/lynn_kong/article/details/8564558 详细的代码分析,可以参考gaoxingnengjisuan的blog:  OpenStack Nova-cell服务的源码解析(编者注:G版)http://blog.csdn.net/gaoxingnengjisuan/article/details/14216977 Cell的服务部…