Hi,
I have deployed SVMP in my Openstack system and I can query the images, flavors and volumes and so from the “svmp-confgi” cli tool. But when I try to connect a user to the system from the Android client app, the SVMP Overseer throws the following error log message:
error: setUpVm failed: VM setup failed: createAndStartVM failed, couldn't create server: openstack Error (400): Bad Request
This is my Openstack config:
new_vm_defaults:
images:
# Mapping of cloud image ID to a friendly name. These are the names used by the
# configuration tool's add-user command.
# each device type should have its own name and image ID in key/value format, e.g.:
# "device_type": "imageID",
note2: "2472109c-f3af-4429-83be-355b1b51c634"
# example_type_2: "image id"
vmflavor: "f226712c-6a69-4353-bbc9-9fd1f64802b0"
#vmflavor: "f226712c-6a69-4353-bbc9-9fd1f64802b0"
goldsnapshotId: "5c10ec54-2476-4050-8b3e-9426a267e468"
goldsnapshotSize: 8
use_floating_ips: true
floating_ip_pool: "ext-net"
pollintervalforstartup: 2000
(…)
cloud_platform: "openstack"
# Openstack cloud connection details
openstack:
# only required if 'cloud_platform' is set to 'openstack'
authUrl: "http://X.X.X.X:5000"
username: "admin"
password: "blahblah"
# tenantId: "0123456789abcdef0123456789abcdef"
# tenantId: "3133c6096801417b8492003464501f97"
tenantName: "admin"
region: "RegionOne"
I would greatly appreciate any help.
Regards, Fernando