我的命令:如何修復`--os-auth-token:期望的一個參數'一目瞭然錯誤?
$ glance --os-auth-token --os-image-url http://google.com:9292 image-create --name cirros-0.3.1-x86_64-uec-kernel --public --container-format aki --disk-format aki
輸出:
Usage:
glance [--version] [-d] [-v] [-k] [--cert-file CERT_FILE] [--key-file KEY_FILE] [--os-cacert <ca-certificate-file>] [--ca-file OS_CACERT] [--timeout TIMEOUT] [--no-ssl-compression]
glance: error: argument --os-auth-token: expected one argument
這是因爲你嘗試在你的虛擬機上運行的OpenStack,只有擁有1G的RAM或更少所以你的MySQL不能授權您的通話 只需編輯/etc/mysql/my.cnf 添加[myqsld下這條線] innodb_additional_mem_pool_size = 8M innodb_buffer_pool_size = 8M 請升級內存讓你的OpenStack可以順利運行 – user2596114