-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
region not found #1
Comments
This sounds like some configuration issue on your deployment, what is your setup, devstack? Which config file? First step would be to check basic CLI commands for neutron like (after sourcing credentials):
And maybe see if creating a VM works Also attach full output if possible, to see where it fails exactly (though it looks like region not found would be a problem for most commands) |
So, this is the vagrant script that i used to create the VM : Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| My config file is : `[[local|localrc]] enable_service n-novnc I used Then i cloned the demo repository It's the same error for all the other commands |
I changed the version of openstacksdk in /opt/stack/requirements/upper-constraints.txt file and I installed devstack but the result of this command is I try to run these commands |
Sorry, looks like "openstack port list" did not exist in mitaka :) An alternative would be to switch to current release, removing all stable/mitaka references, the master version works fine on it (well at least it worked 5 days ago when I redeployed). Especially as mitaka is now getting "old" ;) |
Hello,
I'm new with SFC, I tried to test your demo but when i launch this command
./openstack-scripts/simple_sfc_vms.sh
but i get the following error :
public endpoint for network service in RegionOne region not found
Do you have any idea about how to fix this ?
Thank you
The text was updated successfully, but these errors were encountered: