Hi,

One hurdle with the on-premises opentack sorted, another one comes up.

In the docs, I could not find information as to where and under which key 
to specify uuid of the network to use, resulting in error:

ent.exceptions.BadRequest'>
Traceback (most recent call last):
  File "elasticluster/cluster.py", line 580, in _start_node
    node.start()
  File "elasticluster/cluster.py", line 1319, in start
    **self.extra)
  File "elasticluster/providers/openstack.py", line 578, in start_instance
    vm = self.nova_client.servers.create(node_name, image_id, flavor, 
**vm_start_args)
  File "/usr/local/lib/python2.7/site-packages/novaclient/v2/servers.py", 
line 1481, in create
    return self._boot(response_key, *boot_args, **boot_kwargs)
  File "/usr/local/lib/python2.7/site-packages/novaclient/v2/servers.py", 
line 846, in _boot
    return_raw=return_raw, **kwargs)
  File "/usr/local/lib/python2.7/site-packages/novaclient/base.py", line 
364, in _create
    resp, body = self.api.client.post(url, body=body)
  File "/usr/local/lib/python2.7/site-packages/keystoneauth1/adapter.py", 
line 392, in post
    return self.request(url, 'POST', **kwargs)
  File "/usr/local/lib/python2.7/site-packages/novaclient/client.py", line 
78, in request
    raise exceptions.from_response(resp, body, url, method)
BadRequest: Bad network format: missing 'uuid' (HTTP 400) (Request-ID: 
req-4de2dd7e-8b49-41c5-bd70-e233bf942e58)
2021-02-10 21:25:34 002d2fc41e0b elasticluster[1] ERROR Could not start 
node `compute001`: Bad network format: missing 'uuid' (HTTP 400)

Is there anyone with a known solution to this?

-- 
You received this message because you are subscribed to the Google Groups 
"elasticluster" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticluster/35480760-12d9-4bf3-b01c-592a5049bff0n%40googlegroups.com.

Reply via email to