Hello, Issues setting up on my laptop. Maybe possible undocumented requirements? Setup 1: System: openSUSE 12.2 KDE 4.8 WiFi connection, typically only User Mode Networking and Host Only networking has been tried Virtualization: QEMU-KVM Setup 2: Host: system described above in Setup 1 Guest: openSUsE 12.2 server (text only, using minimal install pattern) Networking: eth0 bound to whatever virtual network is available, typically User Mode Networking 1. Running the openstack-quickstart-demosetup script on my Host(Setup 1), the script seems to have mostly run successfully but ends with the following which contains a number of errors. It may not be surprising to see HTTP related errors if the new web content is deployed in the default website (no subdirectory, no sub web) because of course I'm running other stuff in the existing local webserver already. If these errors are due to collisions with other websites, can something be modified to deploy to a different subdirectory? BTW - I don't see any new webpages in /srv/www/htdocs ERROR: n/a (HTTP 400) + nova secgroup-add-rule default tcp 1 65535 0.0.0.0/0 ERROR: n/a (HTTP 400) + nova secgroup-add-rule default udp 1 65535 0.0.0.0/0 ERROR: n/a (HTTP 400) + nova secgroup-list-rules default ERROR: n/a (HTTP 400) + for user in demo admin + setcreds admin openstack + export NOVA_PROJECT_ID=admin + NOVA_PROJECT_ID=admin + '[' -z admin ']' + export NOVA_USERNAME=admin + NOVA_USERNAME=admin + export NOVA_API_KEY=openstack + NOVA_API_KEY=openstack + '[' -z openstack ']' + export EC2_ACCESS_KEY=admin + EC2_ACCESS_KEY=admin + export EC2_SECRET_KEY=openstack + EC2_SECRET_KEY=openstack ++ getkstoken + export TOKEN=3672c679-cd2f-465f-b9fe-6d6ea7e42208 + TOKEN=3672c679-cd2f-465f-b9fe-6d6ea7e42208 + nova secgroup-add-rule default icmp -1 -1 0.0.0.0/0 ERROR: n/a (HTTP 400) + nova secgroup-add-rule default tcp 1 65535 0.0.0.0/0 ERROR: n/a (HTTP 400) + nova secgroup-add-rule default udp 1 65535 0.0.0.0/0 ERROR: n/a (HTTP 400) + nova secgroup-list-rules default ERROR: n/a (HTTP 400) 2. Despite the problem described running the demosetup script on the Host, may try to run in a Guest soon. are there any gotchas to be avoided doing that, and am I correct that the demosetup will deploy all openstack components on the same machine? TIA, Tony -- To unsubscribe, e-mail: opensuse-cloud+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-cloud+owner@opensuse.org