<div dir="ltr">List,<div><br></div><div>I am trying Devstack installation on a Virtual Machine to try  TROVE DbaaS. </div><div><br></div><div>All the time    ./stack.sh      command   stops with the same error message at this particular point</div><div><br></div><div>+ functions:_upload_image:121              :   openstack --os-cloud=devstack-admin --os-region-name=RegionOne image create cirros-0.5.2-x86_64-disk --public --container-format bare --disk-format qcow2 --property hw_rng_model=virtio<br>Internal Server Error (HTTP 500)</div><div><br></div><div>I have ./unstack.sh  && ./clean.sh    and re run   ./stack.sh   multiple time but no progress.  Here always the script exit with error .   Screenshot attached</div><div>(using  "stack" user created by the devstack/tool/ stack user  script)</div><div><br></div><div>my local.conf file as follows  </div><div>here  10.184.48.187   is my VMs  IP </div><div><br></div><div>Any hints to  rectify this error most welcome!!<br></div><div><br></div><div>############################################################</div><div>[[local|localrc]]<br>RECLONE=False<br>HOST_IP=10.184.48.187<br><br>enable_plugin trove <a href="https://opendev.org/openstack/trove">https://opendev.org/openstack/trove</a><br>enable_plugin trove-dashboard <a href="https://opendev.org/openstack/trove-dashboard">https://opendev.org/openstack/trove-dashboard</a><br><br>LIBS_FROM_GIT+=,python-troveclient<br>DATABASE_PASSWORD=password<br>ADMIN_PASSWORD=password<br>SERVICE_PASSWORD=password<br>SERVICE_TOKEN=password<br>RABBIT_PASSWORD=password<br>LOGFILE=$DEST/logs/stack.sh.log<br>VERBOSE=True<br>LOG_COLOR=False<br>LOGDAYS=1<br><br>IPV4_ADDRS_SAFE_TO_USE=<a href="http://10.111.0.0/26">10.111.0.0/26</a><br>FIXED_RANGE=<a href="http://10.111.0.0/26">10.111.0.0/26</a><br>NETWORK_GATEWAY=10.111.0.1<br>FLOATING_RANGE=<a href="http://10.184.48.0/24">10.184.48.0/24</a><br>PUBLIC_NETWORK_GATEWAY=10.184.48.1<br><br>#pre requisites<br>ENABLED_SERVICES=rabbit,mysql,key<br><br>#nova<br>enable_service horizon<br><br>enable_service n-api<br><br>enable_service n-cpu<br><br>enable_service n-cond <br><br>enable_service n-sch<br>enable_service n-api-meta<br>enable_service placement-api<br>enable_service placement-client<br><br>#Glance<br><br><br>enable_service g-api<br>enable_service g-reg<br><br>#Cinder <br>enable_service cinder<br>enable_service c-api<br>enable_service c-vol<br><br>enable_service c-sch<br><br>#Neutron<br><br><br>enable_service q-svc<br>enable_service q-agt<br><br>enable_service q-dhcp<br>enable_service q-l3<br>enable_service q-meta<br><br>#enable DVR<br>Q_AGENT=openvswitch<br>Q_DVR_MODE=legacy<br>Q_ML2_PLUGIN_MECHANISM_DRIVERS=openvswitch<br>Q_ML2_TENANT_NETWORK_TYPE=vxlan<br>Q_PLUGIN=ml2<br><br>#SWIFT<br>ENABLED_SERVICES+=,swift<br>SWIFT_HASH=66a3d6b56c1f479c8b4e70ab5c2000f5<br>SWIFT_REPLICAS=1<br>stack@XenaCtrl1:/home/cloud/trove_devstack/devstack$<br></div><div><br></div><div>#################################################################</div><div><br></div><div><br></div><div><br></div></div>