Global web icon
openstack.org
https://ask.openstack.org/en/question/102053/vm-cr…
VM create fails with "Require both a host and ... - ask.openstack.org
I am trying to create a multi-node setup by following devstack guide. Setup: I have a base Ubuntu14 laptop running 2 virtualbox based ubuntu16 VMs: "controller" and "compute1". I intentionally disabled nova-compute service on controller just to see a server instance getting created on the compute1 node. But instance creation fails and I see the following in nova scheduler service logs: 2017-01 ...
Global web icon
openstack.org
https://ask.openstack.org/en/question/24816/unable…
"Unable to retrieve authorized projects." error at the login screen
[root@controller1 ~ (keystone_adminv3)]# openstack project create admin Conflict occurred attempting to store project - it is not permitted to have two projects with the same name in the same domain : admin (HTTP 409) (Request-ID: req-250236d8-88ff-4931-951a-8444cff1243a) it seeems that the project is present but i cannot see it. Any suggestions?
Global web icon
openstack.org
https://ask.openstack.org/en/question/97794/the-cu…
The current Horizon settings indicate no valid image creation methods ...
The current Horizon settings indicate no valid image creation methods are available. Providing an image location and/or uploading from the local file system must be allowed to support image creation - Ask OpenStack: Q&A Site for OpenStack Users and Developers ALL UNANSWERED Ask Your Question 1
Global web icon
openstack.org
https://ask.openstack.org/en/question/61961/juno-d…
Juno docker AttributeError: 'module' object has no attribute ...
edit juno docker no attribute dockerdriver asked 2015-02-27 16:33:41 -0500 Anonymous updated 2015-03-03 10:44:57 -0500
Global web icon
openstack.org
https://ask.openstack.org/en/question/2938/what-ar…
What are the main differences between vmware esxi and openstack?
Hi team, i'm new to openstack, i've been working on vmware esxi for last 3 years now, as part of new project i should have knowledge of openstack, so i joined you. Previously i heard of it but not paid much concentrations, i just want to know main diffe between vmware esxi and openstack, is openstack vmware sort of software or any thing different. please let me know, thanks in advance.
Global web icon
openstack.org
https://ask.openstack.org/en/question/27683/no-ip-…
NO IP address when launching VM with devstack - ask.openstack.org
However, when launched through openstack (devstack), networking does not seem to be initialized properly. The Horizon GUI reports that the VM has been assigned Public 172.24.4.230.
Global web icon
openstack.org
https://ask.openstack.org/en/question/112760/route…
router external interface is down - Ask OpenStack: Q&A Site for ...
The router instance has both NICs attached to br-int and both uses separate vlan ids. Wondering how to untag the external facing NIC (vlan=0) as the public subnet 'public-flat-subnet' is getting a vlan id > 0, and my external lan 192.168.15.0/24 is untagged? stefws ( 2018-03-01 01:31:41 -0500 ) edit
Global web icon
openstack.org
https://ask.openstack.org/en/question/7839/ceilome…
Ceilometer unit tests py27 could not install deps - Ask OpenStack: Q&A ...
However, while trying to run the tests, I have the following errors:
Global web icon
openstack.org
https://ask.openstack.org/en/question/110618/error…
Error during VolumeManager._report_driver_status: ValueError: could not ...
I'm having trouble creating an instance (openstack server create --flavor small --image cirros provider-instance12240 ) My cinder node's log return such errors and the instance is being created with status "error" (actually not being created):
Global web icon
openstack.org
https://ask.openstack.org/en/question/59750/neutro…
Neutron server doesn't start with "ValueError: Empty module name"
Of course, it happend when i was trying to start the neutron server. The server doesn't start. The other servers written in document on website were started without problem as bellows. # systemctl restart openstack-nova-api.service openstack-nova-scheduler.service \ openstack-nova-conductor.service Then , I tried to start next step as bellows.