Skip to content
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

Network instructions seem to be outdated #1166

Open
fvlasie opened this issue Feb 6, 2018 · 1 comment
Open

Network instructions seem to be outdated #1166

fvlasie opened this issue Feb 6, 2018 · 1 comment

Comments

@fvlasie
Copy link

fvlasie commented Feb 6, 2018

https://www.rdoproject.org/networking/neutron-with-existing-external-network/

The instructions on this page seem to be out-of-date. I get deprecation warnings and after the section.
8<-----8<----

Now, let's switch to the newly created user:

# export OS_USERNAME=internal
# export OS_TENANT_NAME=internal
# export OS_PASSWORD=foo

Then create a router and set its gateway using the external network created by the admin in one of previous steps:

# neutron router-create router1

8<-----8<----

I get errors and I cannot continue:

[root@soso ~(keystone_admin)]# neutron router-create router1
neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
The request you have made requires authentication. (HTTP 401) (Request-ID: req-19e08cea-6fc6-450a-a723-0864ed1cbbb4)

@karelyatin
Copy link
Contributor

Yes neutron client is deprecated but it still should work, any way we need to switch to openstackclient which is a recommended client for interacting with OpenStack services why CLI, also TENANT vars deprecated need to use PROJECT now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants