Hi,

I was getting the below error:

[Call Trace]
./stack.sh:1304:start_glance
/home/stack/devstack/lib/glance:480:die
[ERROR] /home/stack/devstack/lib/glance:480 g-api did not start
Error on exit
nova-compute: no process found
neutron-dhcp-agent: no process found
neutron-l3-agent: no process found
neutron-metadata-agent: no process found
neutron-openvswitch-agent: no process found

I re-ran it just now and I see success this time!
The only change i made in the local.conf file is I removed the HOST_IP.
On Friday, October 30, 2020, 07:45:49 PM EDT, Michael Johnson <johnsomor@gmail.com> wrote:


From an Ocatvia perspective, that looks pretty accurate to me.
Technically you don't need cinder enabled, but it shouldn't hurt
anything.

Also note, you will probably get some random test failures with that
"nc" based web server, but for a basic smoke test it should work.
Echoing to netcat can't handle more than one connection at a time.

What error are you getting?

Michael



On Fri, Oct 30, 2020 at 2:18 PM Ratnopam Chakrabarti
<ratnopamc@yahoo.com> wrote:
>
> I tried installing devstack in ubuntu 20.04 with no luck. Are the instructions
> > at https://docs.openstack.org/devstack/latest/ and
> > https://docs.openstack.org/devstack/latest/guides/devstack-with-lbaas-v2.html
> > still valid?
>
> Could anyone please confirm?