openstack - Devstack installation failing in uploading Fedora image -
i installing devstack stable/juno on ubuntu 14.04 lts, followed steps: cloning devstack, modify stackrc
"git base https", , didn't modify localrc
file, i'm giving passwords when run ./stack.sh
but i'm having these errors, me?
+ image_name=fedora-x86_64-20-20140618-sda + disk_format=qcow2 + container_format=bare + is_arch ppc64 ++ uname -m + [[ i686 == \p\p\c\6\4 ]] + '[' bare = bare ']' + '[' '' = zcat ']' + openstack --os-token 2c0781724c1b4ed1990b62ac4996b83b --os-url http://192.168.1.8:9292 image create fedora-x86_64-20-20140618-sda --public --container-format=bare --disk-format qcow2 error: openstack <html> <head> <title>401 unauthorized</title> </head> <body> <h1>401 unauthorized</h1> server not verify authorized access document requested. either supplied wrong credentials (e.g., bad password), or browser not understand how supply credentials required.<br /><br /> </body> </html> (http 401)
i clean browser cookies , run ./stack.sh again , worked
Comments
Post a Comment