Ivan Kralj
Ivan Kralj

Reputation: 19

openstack network create command gives "The Keystone service is temporarily unavailable" and "The server is currently unavailable"

Currently, we are trying to setup neutron for our cloud server. Since everyone is new to this, we are struggling a bit. When we entered this command:

openstack network create  --share --external \
  --provider-physical-network provider \
  --provider-network-type flat provider

And it throws this error:

Error while executing command: HttpException: 503, The Keystone service is temporarily unavailable.: 503 Service Unavailable: The server is currently unavailable. Please try again at a later time.

We are following openstack docs guide to a T.

Does anyone know what causes this error and how to fix it?

Thanks.

Upvotes: 0

Views: 2783

Answers (1)

Ivan Kralj
Ivan Kralj

Reputation: 19

I fixed it, it was a problem with MariaDB. When we updated it from 10.1 to 10.3, I couldn't access my DB, so when I fixed that error it works now.

Upvotes: 0

Related Questions