Arubacloud / pyArubaCloud

Python Interface for ArubaCloud IaaS Service
Apache License 2.0
32 stars 26 forks source link

SetEnqueueReinitializeServer and vm.reinitialize() failure when ConfigureIPv6=True #57

Open mz0 opened 5 years ago

mz0 commented 5 years ago

tried both (via API and by posting to the respective URL), got error: {"ExceptionInfo":null,"ResultCode":-500,"ResultMessage":"Object reference not set to an instance of an object.\u000d\u000aExceptionCode=-500\u000d\u000a","Success":false}

(Sure both my code snippets work when ConfigureIPv6=False)

mz0 commented 5 years ago

fortunately a workaround exists:

append to /etc/network/interfaces:

iface eth0 inet6 static
pre-up modprobe ipv6
    address <StartRangeIPv6>
    netmask <PrefixIPv6>
    autoconf 0
    gateway fe80::1
    dns-nameservers 2001:4860:4860::8888