Activity log for bug #1467719

Date Who What changed Old value New value Message
2015-06-23 01:34:07 takmatsu bug added bug
2015-06-23 01:34:24 takmatsu glance: assignee takmatsu (takeaki-matsumoto)
2015-07-06 14:15:54 Niall Bunting bug added subscriber Niall Bunting
2015-07-06 15:26:05 Niall Bunting removed subscriber Niall Bunting
2015-07-21 07:20:07 takmatsu description When set wrong credentials in glance-api.conf and not exist ~/.glanceclient/image_schema.json, image-create returns unrecognized arguments. ex) glance-api.conf [keystone_authtoken] ... password = wrongpassword ... $ glance image-create --name "cirros-0.3.4-x86_64" --file /tmp/images/cirros-0.3.4-x86_64-disk.img --disk-format qcow2 --container-format bare --visibility public --progress usage: glance [--version] [-d] [-v] [--get-schema] [--timeout TIMEOUT] [--no-ssl-compression] [-f] [--os-image-url OS_IMAGE_URL] [--os-image-api-version OS_IMAGE_API_VERSION] [--profile HMAC_KEY] [-k] [--os-cert OS_CERT] [--cert-file OS_CERT] [--os-key OS_KEY] [--key-file OS_KEY] [--os-cacert <ca-certificate-file>] [--ca-file OS_CACERT] [--os-username OS_USERNAME] [--os-user-id OS_USER_ID] [--os-user-domain-id OS_USER_DOMAIN_ID] [--os-user-domain-name OS_USER_DOMAIN_NAME] [--os-project-id OS_PROJECT_ID] [--os-project-name OS_PROJECT_NAME] [--os-project-domain-id OS_PROJECT_DOMAIN_ID] [--os-project-domain-name OS_PROJECT_DOMAIN_NAME] [--os-password OS_PASSWORD] [--os-tenant-id OS_TENANT_ID] [--os-tenant-name OS_TENANT_NAME] [--os-auth-url OS_AUTH_URL] [--os-region-name OS_REGION_NAME] [--os-auth-token OS_AUTH_TOKEN] [--os-service-type OS_SERVICE_TYPE] [--os-endpoint-type OS_ENDPOINT_TYPE] <subcommand> ... glance: error: unrecognized arguments: --name --disk-format qcow2 --container-format bare --visibility public When set wrong credentials in glance-api.conf and not exist ~/.glanceclient/image_schema.json, image-create returns unrecognized arguments. ex) $vim /etc/glance/glance-api.conf    [keystone_authtoken]    ...    password = wrongpassword #set wrong password    ... $ sudo service glance-api restart $ rm ~/.glanceclient/image_schema.json $ export OS_IMAGE_API_VERSION=2 $ wget -P /tmp/images http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img $ glance image-create --name "cirros-0.3.4-x86_64" --file /tmp/images/cirros-0.3.4-x86_64-disk.img --disk-format qcow2 --container-format bare --visibility public --progress usage: glance [--version] [-d] [-v] [--get-schema] [--timeout TIMEOUT]               [--no-ssl-compression] [-f] [--os-image-url OS_IMAGE_URL]               [--os-image-api-version OS_IMAGE_API_VERSION]               [--profile HMAC_KEY] [-k] [--os-cert OS_CERT]               [--cert-file OS_CERT] [--os-key OS_KEY] [--key-file OS_KEY]               [--os-cacert <ca-certificate-file>] [--ca-file OS_CACERT]               [--os-username OS_USERNAME] [--os-user-id OS_USER_ID]               [--os-user-domain-id OS_USER_DOMAIN_ID]               [--os-user-domain-name OS_USER_DOMAIN_NAME]               [--os-project-id OS_PROJECT_ID]               [--os-project-name OS_PROJECT_NAME]               [--os-project-domain-id OS_PROJECT_DOMAIN_ID]               [--os-project-domain-name OS_PROJECT_DOMAIN_NAME]               [--os-password OS_PASSWORD] [--os-tenant-id OS_TENANT_ID]               [--os-tenant-name OS_TENANT_NAME] [--os-auth-url OS_AUTH_URL]               [--os-region-name OS_REGION_NAME]               [--os-auth-token OS_AUTH_TOKEN]               [--os-service-type OS_SERVICE_TYPE]               [--os-endpoint-type OS_ENDPOINT_TYPE]               <subcommand> ... glance: error: unrecognized arguments: --name --disk-format qcow2 --container-format bare --visibility public
2015-07-21 16:11:41 Mike Fedosin glance: status New Confirmed
2015-07-24 16:36:07 Will Curry bug added subscriber Will Curry
2015-08-25 09:32:47 takmatsu glance: status Confirmed In Progress
2015-09-29 07:30:13 Flavio Percoco glance: importance Undecided Low
2015-09-29 07:30:20 Flavio Percoco nominated for series glance/liberty
2015-09-29 07:30:20 Flavio Percoco bug task added glance/liberty
2015-09-29 10:02:04 Erno Kuvaja nominated for series glance/mitaka