See, I told you to check your configs ;-)
I'm glad it works now!
Zitat von Sashan Govender :
Turns out the neutron config in /etc/nova/nova.conf on the compute node was
missing.
[neutron]
url = http://controller:9696
auth_url = http://controller:35357
auth_type = password
project_domain_name
Turns out the neutron config in /etc/nova/nova.conf on the compute node was
missing.
[neutron]
url = http://controller:9696
auth_url = http://controller:35357
auth_type = password
project_domain_name = Default
user_domain_name = Default
region_name = RegionOne
project_name = service
username = neu
2018-01-16 21:40:12.558 1090 WARNING neutron.api.extensions [-] Extension
vlan-transparent not supported by any of loaded plugins
2018-01-16 21:40:12.558 1090 ERROR neutron.api.extensions [-] Unable to
process extensions (auto-allocated-topology) because the configured plugins
do not satisfy their
On Tue, Jan 16, 2018 at 7:48 PM Eugen Block wrote:
Thanks for the help.
Could you also paste the output of "openstack compute service list"
> and "openstack network agent list"? I'd like to see if the nova and
> neutron services are all up and running.
>
>
[sashan@controller ~]$ openstack networ
Could you also paste the output of "openstack compute service list"
and "openstack network agent list"? I'd like to see if the nova and
neutron services are all up and running.
Note that I don't have cinder installed. The docs said the block storage
service was optional.
You're right, I ju
Note that I don't have cinder installed. The docs said the block storage
service was optional. I was following the newton guide here:
https://docs.openstack.org/newton/install-guide-rdo/launch-instance-provider.html
so
the config files should be the same as the site. Running a controller and
comput
Hi,
you should check your config settings again, especially the "auth_url"
settings in the section(s) "[keystone_authtoken]" of all the config
files.
Are all the services up (nova, cinder and neutron) and running? What
is the output of 'nova service-list'?
Have you checked other log files f
information.
From: Sashan Govender [mailto:sash...@gmail.com]
Sent: Monday, January 15, 2018 2:19 PM
To: openstack@lists.openstack.org
Subject: [Openstack] Could not determine a suitable URL for the plugin
Hi
I've setup an openstack system based on the instructions here:
Hi
I've setup an openstack system based on the instructions here:
https://docs.openstack.org/newton/
I'm trying to launch an instance:
$ . demo-openrc
$ openstack server create --flavor m1.nano --image cirros --nic
net-id=da77f469-f594-42f6-ab18-8b907b3359e4 --security-group default
--key-name m