openstack コマンドのまとめ

1.rabbitmg消息
rabbitmqキューの確認
rabbitmqctl list_queues

サービス:
rabbitmq-server

2.keystone
keystoneのユーザを確認
keystone user-list

keystone endpointの確認
keystone endpoint-list

keystone roleの確認
keystone role-list

keystoneプロセスの確認
ps -ef | grep -i keystone-all

ログがあるかどうかエラー
grep ERROR /var/log/keystone/keystone.log

3.Glance
imageをアップロード
glance add name="Ubuntu 12.04 cloudimg amd64″ is_public=true container_format=ovf disk_format=qcow2 < /root/precise-server-cloudimg-amd64-disk1.img

imageを確認
glance index

novaコマンドでimageを確認
nova image-list

image詳細情報を確認
glance show ID

Linux

Posted by arkgame