kyestone endpoint-create error [closed]
Hi, I'm a newbie to openstack and I need some help configuring endpoint in keystone.
I am following the openstack havana documentation to configure keystone on Ubuntu server. Currently i am stuck at the follwing page http://docs.openstack.org/havana/install-guide/install/apt/content/keystone-services.html
So I ran the following command
keystone --debug endpoint-create --service-id=abc488040ae84993a0afb9277b8612c6 --publicurl=http://ceph-1:5000/v2.0 --internalurl=http://ceph-1:5000/v2.0 --adminurl=http://ceph-1:35357/v2.0
and I get the following result
usage: keystone
[--os_username <auth-user-name>]
[--os_password <auth-password>]
[--os_tenant_name <auth-tenant-name>]
[--os_tenant_id <tenant-id>] [--os_auth_url <auth-url>]
[--os_region_name <region-name>]
[--os_identity_api_version <identity-api-version>]
[--token <service-token>] [--endpoint <service-endpoint>]
[--username <auth-user-name>] [--password <auth-password>]
[--tenant_name <tenant-name>] [--auth_url <auth-url>]
[--region_name <region-name>]
<subcommand> ...
keystone: error: unrecognized arguments: --service-id=abc488040ae84993a0afb9277b8612c6
Result of service-list
keystone service-list +----------------------------------+----------+----------+---------------------------+ | id | name | type | description | +----------------------------------+----------+----------+---------------------------+ | abc488040ae84993a0afb9277b8612c6 | keystone | identity | Keystone Identity Service | +----------------------------------+----------+----------+---------------------------+
Then I ran the keystone endpoint-create command to view configuration options and it gave me the following output.
No handlers could be found for logger "keystoneclient.client". Could not find service: none (HTTP 404)
Please tell me what am I doing wrong or am I stuck with a bug !!!
PS - backend is mysql