openstack image list: error: unrecognized arguments: -凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 3234643
  • 博文数量: 258
  • 博客积分: 9440
  • 博客等级: 少将
  • 技术积分: 6998
  • 用 户 组: 普通用户
  • 注册时间: 2009-05-03 10:28
个人简介

-- linux爱好者,业余时间热衷于分析linux内核源码 -- 目前主要研究云计算和虚拟化相关的技术,主要包括libvirt/qemu,openstack,opennebula架构和源码分析。 -- 第五届云计算大会演讲嘉宾 微博:@marshal-liu

文章分类

全部博文(258)

文章存档

2016年(1)

2015年(4)

2014年(16)

2013年(22)

2012年(41)

2011年(59)

2010年(40)

2009年(75)

相关博文
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·

分类: 云计算

2015-05-27 15:56:47

devstack安装openstack时候报错如下:
  1. 11870 2015-05-27 07:24:58.982 | usage: openstack image list [-h] [-f {csv,html,json,table,yaml}] [-c column]
  2. 11871 2015-05-27 07:24:58.983 | [--max-width <integer>]
  3. 11872 2015-05-27 07:24:58.983 | [--quote {all,minimal,none,nonnumeric}]
  4. 11873 2015-05-27 07:24:58.983 | [--page-size <size>] [--long]
  5. 11874 2015-05-27 07:24:58.983 | openstack image list: error: unrecognized arguments: --property status=active
  6. 11875 2015-05-27 07:24:59.031 | case "${#images[*]}" in
  7. 11876 2015-05-27 07:24:59.031 | echo 'found no valid images to use!'
  8. 11877 2015-05-27 07:24:59.031 | found no valid images to
这主要是由于python-openstackclient的版本太低导致的,openstack image list命令执行的时候不识别参数--property,只要升级即可解决。
  1. sudo pip install python-openstackclient --upgrade


阅读(9388) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图