openstack - python-keystoneclient.', DeprecationWarning) -


i configuring openstack on centos 7 , getting below error when run keystone command have installed required packages openstack please suggest me fix issue.

[root@controller ~]# keystone tenant-create --name=admin --description="admin tenant" /usr/lib/python2.7/site-packages/keystoneclient/shell.py:65: deprecationwarning: keystone cli deprecated in favor of python-openstackclient. python library, continue using python-keystoneclient. 'python-keystoneclient.', deprecationwarning) expecting auth url via either --os-auth-url or env[os_auth_url] [root@controller ~]# keystone user-create --name=admin --pass=admin4demo --email=admin@openstack.com /usr/lib/python2.7/site-packages/keystoneclient/shell.py:65: deprecationwarning: keystone cli deprecated in favor of python-openstackclient. python library, continue using python-keystoneclient. 'python-keystoneclient.', deprecationwarning) expecting auth url via either --os-auth-url or env[os_auth_url] [root@controller ~]# keystone role-create --name=admin /usr/lib/python2.7/site-packages/keystoneclient/shell.py:65: deprecationwarning: keystone cli deprecated in favor of python-openstackclient. python library, continue using python-keystoneclient. 'python-keystoneclient.', deprecationwarning) expecting auth url via either --os-auth-url or env[os_auth_url] [root@controller ~]# keystone user-role-add --tenant=admin --user=admin --role=admin /usr/lib/python2.7/site-packages/keystoneclient/shell.py:65: deprecationwarning: keystone cli deprecated in favor of python-openstackclient. python library, continue using python-keystoneclient. 'python-keystoneclient.', deprecationwarning) expecting auth url via either --os-auth-url or env[os_auth_url] [root@controller ~]#

thanks


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -