2015-08-18 08:33:03 |
Kairat Kushaev |
description |
I tried to upload images from location by way like using SCP:
# glance image-create --name LINUX-64 --is-public True --disk-format iso --container-format bare --progress --location http://<fuel_ip>:~/ubuntu-14.04.2-server-amd64.iso
# glance image-create --name LINUX-64-2 --is-public True --disk-format iso --container-format bare --progress --copy-from http://<fuel_ip>:~/ubuntu-14.04.2-server-amd64.iso
Glance client accepted wrong location and as result i got images in Glance with Active status and 0 size.
Same behavior noticed with aki and ari images.
Expected that Glance client will prevent creation of image from malformed source.
Environment:
VERSION:
feature_groups:
- mirantis
production: "docker"
release: "7.0"
openstack_version: "2015.1.0-7.0"
api: "1.0"
build_number: "139"
build_id: "2015-08-05_21-24-26"
nailgun_sha: "c842770d56680d0e0cdf3573d329ce36d4fb2c64"
python-fuelclient_sha: "28ddd022fd230fde0e88f2f3e4a6a6dddcb58abe"
fuel-agent_sha: "1fe47720ba554818a0be707f2e16281791492d50"
fuel-nailgun-agent_sha: "1512b9af6b41cc95c4d891c593aeebe0faca5a63"
astute_sha: "e1d3a435e5df5b40cbfb1a3acf80b4176d15a2dc"
fuel-library_sha: "347d51f391a6f2c621006c00e3416718140889ac"
fuel-ostf_sha: "5cb828f6200e5ae0da63dd39d11fbf910237db95"
fuelmain_sha: "858a4ee8336789c10c5c2189c3718f9a605d0eeb"
Ubuntu, Neutron VLAN, Cinder LVM
1 Controller + Ironic
1 Cinder
1 Compute |
I tried to upload images from location by way like using SCP:
# glance image-create --name LINUX-64 --is-public True --disk-format iso --container-format bare --progress --location http://<fuel_ip>:~/ubuntu-14.04.2-server-amd64.iso
Glance client accepted wrong location and as result i got images in Glance with Active status and 0 size.
Same behavior noticed with aki and ari images.
Expected that Glance client will prevent creation of image from malformed source.
Environment:
VERSION:
feature_groups:
- mirantis
production: "docker"
release: "7.0"
openstack_version: "2015.1.0-7.0"
api: "1.0"
build_number: "139"
build_id: "2015-08-05_21-24-26"
nailgun_sha: "c842770d56680d0e0cdf3573d329ce36d4fb2c64"
python-fuelclient_sha: "28ddd022fd230fde0e88f2f3e4a6a6dddcb58abe"
fuel-agent_sha: "1fe47720ba554818a0be707f2e16281791492d50"
fuel-nailgun-agent_sha: "1512b9af6b41cc95c4d891c593aeebe0faca5a63"
astute_sha: "e1d3a435e5df5b40cbfb1a3acf80b4176d15a2dc"
fuel-library_sha: "347d51f391a6f2c621006c00e3416718140889ac"
fuel-ostf_sha: "5cb828f6200e5ae0da63dd39d11fbf910237db95"
fuelmain_sha: "858a4ee8336789c10c5c2189c3718f9a605d0eeb"
Ubuntu, Neutron VLAN, Cinder LVM
1 Controller + Ironic
1 Cinder
1 Compute |
|