[Openstack] keystone-manage db_sync errors

2013-02-28 Thread Ashutosh Narayan
Hi folks,

I following the instructions to install OpenStack on CentOS 6.3
mentioned on this
link<http://docs.openstack.org/folsom/openstack-compute/install/yum/content/install-keystone.html>
.
I

-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] keystone-manage db_sync errors

2013-02-28 Thread Ashutosh Narayan
Hi Atul,

There was an instruction
<http://docs.openstack.org/folsom/openstack-compute/install/yum/content/install-keystone.html>mentioning
-- After installing, openstack-utils openstack-keystone
python-keystoneclient packages,
we need to delete the sqlite database it creates, then change the
configuration to point to a MySQL database.
How can I achieve this ?

On Thu, Feb 28, 2013 at 5:48 PM, Atul Jha  wrote:

>  Looks like database connection error.
>  --
> *From:* 
> openstack-bounces+atul.jha=csscorp@lists.launchpad.net[openstack-bounces+atul.jha=
> csscorp@lists.launchpad.net] on behalf of Ashutosh Narayan [
> aashutoshnara...@gmail.com]
> *Sent:* Thursday, February 28, 2013 5:42 PM
> *To:* OpenStack
> *Subject:* [Openstack] keystone-manage db_sync errors
>
>  Hi folks,
>
>  I following the instructions to install OpenStack on CentOS 6.3
>  mentioned on this 
> link<http://docs.openstack.org/folsom/openstack-compute/install/yum/content/install-keystone.html>
>  .
> I am getting following errors when I execute
> keystone-manage db_sync command.
>
>  [root@RLD1OPST01 ~]# keystone-manage db_sync
> Traceback (most recent call last):
>   File "/usr/bin/keystone-manage", line 28, in 
> cli.main(argv=sys.argv, config_files=config_files)
>   File "/usr/lib/python2.6/site-packages/keystone/cli.py", line 164, in
> main
> return run(cmd, (args[:1] + args[2:]))
>   File "/usr/lib/python2.6/site-packages/keystone/cli.py", line 147, in run
> return CMDS[cmd](argv=args).run()
>   File "/usr/lib/python2.6/site-packages/keystone/cli.py", line 35, in run
> return self.main()
>   File "/usr/lib/python2.6/site-packages/keystone/cli.py", line 56, in main
> driver.db_sync()
>   File
> "/usr/lib/python2.6/site-packages/keystone/identity/backends/sql.py", line
> 136, in db_sync
> migration.db_sync()
>   File
> "/usr/lib/python2.6/site-packages/keystone/common/sql/migration.py", line
> 49, in db_sync
> current_version = db_version()
>   File
> "/usr/lib/python2.6/site-packages/keystone/common/sql/migration.py", line
> 63, in db_version
> return db_version_control(0)
>   File
> "/usr/lib/python2.6/site-packages/keystone/common/sql/migration.py", line
> 68, in db_version_control
> versioning_api.version_control(CONF.sql.connection, repo_path, version)
>   File "", line 2, in version_control
>   File
> "/usr/lib/python2.6/site-packages/migrate/versioning/util/__init__.py",
> line 160, in with_engine
> return f(*a, **kw)
>   File "/usr/lib/python2.6/site-packages/migrate/versioning/api.py", line
> 248, in version_control
> ControlledSchema.create(engine, repository, version)
>   File "/usr/lib/python2.6/site-packages/migrate/versioning/schema.py",
> line 137, in create
> table = cls._create_table_version(engine, repository, version)
>   File "/usr/lib/python2.6/site-packages/migrate/versioning/schema.py",
> line 178, in _create_table_version
> if not table.exists():
>   File
> "/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/schema.py",
> line 579, in exists
> self.name, schema=self.schema)
>   File
> "/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/engine/base.py",
> line 2424, in run_callable
> conn = self.contextual_connect()
>   File
> "/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/engine/base.py",
> line 2490, in contextual_connect
> self.pool.connect(),
>   File
> "/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/pool.py",
> line 224, in connect
> return _ConnectionFairy(self).checkout()
>   File
> "/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/pool.py",
> line 387, in __init__
> rec = self._connection_record = pool._do_get()
>   File
> "/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/pool.py",
> line 741, in _do_get
> con = self._create_connection()
>   File
> "/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/pool.py",
> line 188, in _create_connection
> return _ConnectionRecord(self)
>   File
> "/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/pool.py",
> line 270, in __init__
> self.connection = self.__connect()
>   File
> "/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x

Re: [Openstack] keystone-manage db_sync errors

2013-02-28 Thread Ashutosh Narayan
I was able to resolve this issue.

Thank you,

On Thu, Feb 28, 2013 at 5:53 PM, Ashutosh Narayan <
aashutoshnara...@gmail.com> wrote:

> Hi Atul,
>
> There was an instruction
> <http://docs.openstack.org/folsom/openstack-compute/install/yum/content/install-keystone.html>mentioning
> -- After installing, openstack-utils openstack-keystone
> python-keystoneclient packages,
> we need to delete the sqlite database it creates, then change the
> configuration to point to a MySQL database.
> How can I achieve this ?
>
>
> On Thu, Feb 28, 2013 at 5:48 PM, Atul Jha  wrote:
>
>>  Looks like database connection error.
>>  --
>> *From:* 
>> openstack-bounces+atul.jha=csscorp@lists.launchpad.net[openstack-bounces+atul.jha=
>> csscorp@lists.launchpad.net] on behalf of Ashutosh Narayan [
>> aashutoshnara...@gmail.com]
>> *Sent:* Thursday, February 28, 2013 5:42 PM
>> *To:* OpenStack
>> *Subject:* [Openstack] keystone-manage db_sync errors
>>
>>  Hi folks,
>>
>>  I following the instructions to install OpenStack on CentOS 6.3
>>  mentioned on this 
>> link<http://docs.openstack.org/folsom/openstack-compute/install/yum/content/install-keystone.html>
>>  .
>> I am getting following errors when I execute
>> keystone-manage db_sync command.
>>
>>  [root@RLD1OPST01 ~]# keystone-manage db_sync
>> Traceback (most recent call last):
>>   File "/usr/bin/keystone-manage", line 28, in 
>> cli.main(argv=sys.argv, config_files=config_files)
>>   File "/usr/lib/python2.6/site-packages/keystone/cli.py", line 164, in
>> main
>> return run(cmd, (args[:1] + args[2:]))
>>   File "/usr/lib/python2.6/site-packages/keystone/cli.py", line 147, in
>> run
>> return CMDS[cmd](argv=args).run()
>>   File "/usr/lib/python2.6/site-packages/keystone/cli.py", line 35, in run
>> return self.main()
>>   File "/usr/lib/python2.6/site-packages/keystone/cli.py", line 56, in
>> main
>> driver.db_sync()
>>   File
>> "/usr/lib/python2.6/site-packages/keystone/identity/backends/sql.py", line
>> 136, in db_sync
>> migration.db_sync()
>>   File
>> "/usr/lib/python2.6/site-packages/keystone/common/sql/migration.py", line
>> 49, in db_sync
>> current_version = db_version()
>>   File
>> "/usr/lib/python2.6/site-packages/keystone/common/sql/migration.py", line
>> 63, in db_version
>> return db_version_control(0)
>>   File
>> "/usr/lib/python2.6/site-packages/keystone/common/sql/migration.py", line
>> 68, in db_version_control
>> versioning_api.version_control(CONF.sql.connection, repo_path,
>> version)
>>   File "", line 2, in version_control
>>   File
>> "/usr/lib/python2.6/site-packages/migrate/versioning/util/__init__.py",
>> line 160, in with_engine
>> return f(*a, **kw)
>>   File "/usr/lib/python2.6/site-packages/migrate/versioning/api.py", line
>> 248, in version_control
>> ControlledSchema.create(engine, repository, version)
>>   File "/usr/lib/python2.6/site-packages/migrate/versioning/schema.py",
>> line 137, in create
>> table = cls._create_table_version(engine, repository, version)
>>   File "/usr/lib/python2.6/site-packages/migrate/versioning/schema.py",
>> line 178, in _create_table_version
>> if not table.exists():
>>   File
>> "/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/schema.py",
>> line 579, in exists
>> self.name, schema=self.schema)
>>   File
>> "/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/engine/base.py",
>> line 2424, in run_callable
>> conn = self.contextual_connect()
>>   File
>> "/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/engine/base.py",
>> line 2490, in contextual_connect
>> self.pool.connect(),
>>   File
>> "/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/pool.py",
>> line 224, in connect
>> return _ConnectionFairy(self).checkout()
>>   File
>> "/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/pool.py",
>> line 387, in __init__
>> rec = self._connection_record = pool._do_get()
>>   File
>> "/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalche

[Openstack] Verifying Identity Service installation

2013-02-28 Thread Ashutosh Narayan
Hi folks,

I am unable to verify the Identity Service installation mentioned in this
link<http://docs.openstack.org/folsom/openstack-compute/install/yum/content/verifying-identity-install.html>
 .
Its throws the following error:

[root@test ~]# keystone --os-username=admin --os-password=secretword
--os-auth-url=http://192.168.105.61:35357/v2.0 token-get
No handlers could be found for logger "keystoneclient.v2_0.client"
Authorization Failed: Unable to communicate with identity service: [Errno
111] Connection refused. (HTTP 400)

Why am I getting this error ? Http is not yet installed on the system. Is
it because of that ?

Help appreciated.
Thank you,
-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Verifying Identity Service installation

2013-02-28 Thread Ashutosh Narayan
I get the following error after following this instruction :

Configuration error: Client configured to run without a service catalog.
Run the client using --os-auth-url or OS_AUTH_URL, instead of --os-endpoint
or OS_SERVICE_ENDPOINT, for example.

On Thu, Feb 28, 2013 at 7:09 PM, Atul Jha  wrote:

> This been discussed before as well
>
> https://lists.launchpad.net/openstack/msg15491.html
>
> A simple googling gave me that link.
>
>
> 
> From: 
> openstack-bounces+atul.jha=csscorp@lists.launchpad.net[openstack-bounces+atul.jha=
> csscorp@lists.launchpad.net] on behalf of Ashutosh Narayan [
> aashutoshnara...@gmail.com]
> Sent: Thursday, February 28, 2013 6:41 PM
> To: OpenStack
> Subject: [Openstack] Verifying Identity Service installation
>
> Hi folks,
>
> I am unable to verify the Identity Service installation mentioned in this
> link<
> http://docs.openstack.org/folsom/openstack-compute/install/yum/content/verifying-identity-install.html>
> .
> Its throws the following error:
>
> [root@test ~]# keystone --os-username=admin --os-password=secretword
> --os-auth-url=http://192.168.105.61:35357/v2.0 token-get
> No handlers could be found for logger "keystoneclient.v2_0.client"
> Authorization Failed: Unable to communicate with identity service: [Errno
> 111] Connection refused. (HTTP 400)
>
> Why am I getting this error ? Http is not yet installed on the system. Is
> it because of that ?
>
> Help appreciated.
> Thank you,
> --
> Ashutosh Narayan
>
> http://ashutoshn.wordpress.com/
> http://www.csscorp.com/common/email-disclaimer.php
>



-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] keystone-manage db_sync errors

2013-02-28 Thread Ashutosh Narayan
On Thu, Feb 28, 2013 at 11:15 PM, Swapnil Kulkarni <
swapnilkulkarni2...@gmail.com> wrote:

> Hi Ashutosh,
>
> Can you specify the way you have created database user and grants. Looks
> like you have specified the hostname in the keystone.conf *(*Accessdenied
> for user 'keystone'@'RLD1OPST01').
>
I followed the instruction mentioned on wiki.


> I think if you could create a user 'keystone'@'RLD1OPST01' and grant it
> access to keystone database, it will solve your issue.
>

Yes that's what I did to resolve the issue.

>
> --
> Best Regards,
> Swapnil Kulkarni
>
> On Thu, Feb 28, 2013 at 5:39 PM, Ashutosh Narayan <
> aashutoshnara...@gmail.com> wrote:
>
>> Hi folks,
>>
>> I following the instructions to install OpenStack on CentOS 6.3
>> mentioned on this 
>> link<http://docs.openstack.org/folsom/openstack-compute/install/yum/content/install-keystone.html>
>>  .
>> I
>>
>>
>> --
>> Ashutosh Narayan
>>
>> http://ashutoshn.wordpress.com/
>>
>>
>> ___
>> Mailing list: https://launchpad.net/~openstack
>> Post to : openstack@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~openstack
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>
>
>
>


-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Error while executing sample_data.sh script

2013-02-28 Thread Ashutosh Narayan
   |
| internalurl | http://localhost:8773/services/Cloud |
|  publicurl  | http://localhost:8773/services/Cloud |
|region   |  RegionOne   |
|  service_id |   16999e4dea034186ba8dbb5c1b468098   |
+-+--+
+-+-+
|   Property  |Value|
+-+-+
|   adminurl  |   http://localhost:/v1  |
|  id |   ed608665392c4f018d5c04b5a2e9eb61  |
| internalurl | http://localhost:/v1/AUTH_$(tenant_id)s |
|  publicurl  | http://localhost:/v1/AUTH_$(tenant_id)s |
|region   |  RegionOne  |
|  service_id |   11d44fabe1d14c3d861a86456220d1ef  |
+-+-+
'Client' object has no attribute 'auth_tenant_id'

Where am I going wrong ? I have changed the admin password to what I
set when following the previous documents.
Do I need to modify anything apart from this in the script ?

Thank you,
-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Error while executing sample_data.sh script

2013-02-28 Thread Ashutosh Narayan
I will give value to your suggestion. Thanks

On Fri, Mar 1, 2013 at 12:21 PM, Atul Jha  wrote:

>  Ashutosh,
>
> my suggestion would be go through the documentation try to understandwhat 
> each keystone command is doing. Just running a script and mailing to
> list for everything is not a good idea.
>
> Spend sometime with document, understand key concepts. just a suggestion.
>
>  --
> *From:* 
> openstack-bounces+atul.jha=csscorp@lists.launchpad.net[openstack-bounces+atul.jha=
> csscorp....@lists.launchpad.net] on behalf of Ashutosh Narayan [
> aashutoshnara...@gmail.com]
> *Sent:* Friday, March 01, 2013 12:14 PM
> *To:* OpenStack
> *Subject:* [Openstack] Error while executing sample_data.sh script
>
>   Hi folks,
>
>  When I run the sample_data.sh script mentioned at the 
> link<http://docs.openstack.org/folsom/openstack-compute/install/yum/content/scripted-keystone-setup.html>
>  I
> get the following errors :
>
>  Conflict occurred attempting to store user. (IntegrityError) (1062,
> "Duplicate entry 'admin' for key 'name'") (HTTP 409)
> Conflict occurred attempting to store role. (IntegrityError) (1062,
> "Duplicate entry 'admin' for key 'name'") (HTTP 409)
> usage: keystone user-role-add --user-id  --role-id 
>   [--tenant-id ]
> keystone user-role-add: error: argument --user-id/--user_id: expected one
> argument
> Conflict occurred attempting to store tenant. (IntegrityError) (1062,
> "Duplicate entry 'service' for key 'name'") (HTTP 409)
> Conflict occurred attempting to store user. (IntegrityError) (1062,
> "Duplicate entry 'glance' for key 'name'") (HTTP 409)
> usage: keystone user-role-add --user-id  --role-id 
>   [--tenant-id ]
> keystone user-role-add: error: argument --user-id/--user_id: expected one
> argument
> usage: keystone user-create --name  [--tenant-id ]
> [--pass ] [--email ]
> [--enabled ]
> keystone user-create: error: argument --tenant-id: expected one argument
> usage: keystone user-role-add --user-id  --role-id 
>   [--tenant-id ]
> keystone user-role-add: error: argument --user-id/--user_id: expected one
> argument
> usage: keystone user-create --name  [--tenant-id ]
> [--pass ] [--email ]
> [--enabled ]
> keystone user-create: error: argument --tenant-id: expected one argument
> usage: keystone user-role-add --user-id  --role-id 
>   [--tenant-id ]
> keystone user-role-add: error: argument --user-id/--user_id: expected one
> argument
> usage: keystone user-create --name  [--tenant-id ]
> [--pass ] [--email ]
> [--enabled ]
> keystone user-create: error: argument --tenant-id: expected one argument
> usage: keystone user-role-add --user-id  --role-id 
>   [--tenant-id ]
> keystone user-role-add: error: argument --user-id/--user_id: expected one
> argument
> +-+---+
> |   Property  | Value |
> +-+---+
> |   adminurl  |  http://localhost:$(admin_port)s/v2.0 |
> |  id |626ff3533c7e452e8850a94e4d30309f   |
> | internalurl | http://localhost:$(public_port)s/v2.0 |
> |  publicurl  | http://localhost:$(public_port)s/v2.0 |
> |region   |   RegionOne   |
> |  service_id |1fe65f54d1714d369f7b8975de89d41d   |
> +-+---+
> +-+--+
> |   Property  |Value |
> +-+--+
> |   adminurl  | http://localhost:$(compute_port)s/v1.1/$(tenant_id)s |
> |  id |   64206e8f1b6148a0b63870c5fd333887   |
> | internalurl | http://localhost:$(compute_port)s/v1.1/$(tenant_id)s |
> |  publicurl  | http://localhost:$(compute_port)s/v1.1/$(tenant_id)s |
> |region   |  RegionOne   |
> |  service_id |   1c4096b5d6874d9cb9a51757ea86bbb0   |
> +-+--+
> +-++
> |   Property  | Value  |
> +-+---

Re: [Openstack] Error while executing sample_data.sh script

2013-02-28 Thread Ashutosh Narayan
Hi Swapnil, Atul

Reading document helps. I have done these steps manually before and
was again going ahead to run the script for the same. That's why I got
so many error messages. Looks like problem is solved. I get the
desired output.

On Fri, Mar 1, 2013 at 12:39 PM, Swapnil Kulkarni <
swapnilkulkarni2...@gmail.com> wrote:

> I agree with Atul, if you go through documentation you will find where to
> change the passwords required by keystone commands.
>
> Cheers :)
> On Mar 1, 2013 12:22 PM, "Atul Jha"  wrote:
>
>>  Ashutosh,
>>
>> my suggestion would be go through the documentation try to understandwhat 
>> each keystone command is doing. Just running a script and mailing to
>> list for everything is not a good idea.
>>
>> Spend sometime with document, understand key concepts. just a suggestion.
>>
>>  --
>> *From:* 
>> openstack-bounces+atul.jha=csscorp@lists.launchpad.net[openstack-bounces+atul.jha=
>> csscorp@lists.launchpad.net] on behalf of Ashutosh Narayan [
>> aashutoshnara...@gmail.com]
>> *Sent:* Friday, March 01, 2013 12:14 PM
>> *To:* OpenStack
>> *Subject:* [Openstack] Error while executing sample_data.sh script
>>
>>   Hi folks,
>>
>>  When I run the sample_data.sh script mentioned at the 
>> link<http://docs.openstack.org/folsom/openstack-compute/install/yum/content/scripted-keystone-setup.html>
>>  I
>> get the following errors :
>>
>>  Conflict occurred attempting to store user. (IntegrityError) (1062,
>> "Duplicate entry 'admin' for key 'name'") (HTTP 409)
>> Conflict occurred attempting to store role. (IntegrityError) (1062,
>> "Duplicate entry 'admin' for key 'name'") (HTTP 409)
>> usage: keystone user-role-add --user-id  --role-id 
>>   [--tenant-id ]
>> keystone user-role-add: error: argument --user-id/--user_id: expected one
>> argument
>> Conflict occurred attempting to store tenant. (IntegrityError) (1062,
>> "Duplicate entry 'service' for key 'name'") (HTTP 409)
>> Conflict occurred attempting to store user. (IntegrityError) (1062,
>> "Duplicate entry 'glance' for key 'name'") (HTTP 409)
>> usage: keystone user-role-add --user-id  --role-id 
>>   [--tenant-id ]
>> keystone user-role-add: error: argument --user-id/--user_id: expected one
>> argument
>> usage: keystone user-create --name  [--tenant-id ]
>> [--pass ] [--email ]
>> [--enabled ]
>> keystone user-create: error: argument --tenant-id: expected one argument
>> usage: keystone user-role-add --user-id  --role-id 
>>   [--tenant-id ]
>> keystone user-role-add: error: argument --user-id/--user_id: expected one
>> argument
>> usage: keystone user-create --name  [--tenant-id ]
>> [--pass ] [--email ]
>> [--enabled ]
>> keystone user-create: error: argument --tenant-id: expected one argument
>> usage: keystone user-role-add --user-id  --role-id 
>>   [--tenant-id ]
>> keystone user-role-add: error: argument --user-id/--user_id: expected one
>> argument
>> usage: keystone user-create --name  [--tenant-id ]
>> [--pass ] [--email ]
>> [--enabled ]
>> keystone user-create: error: argument --tenant-id: expected one argument
>> usage: keystone user-role-add --user-id  --role-id 
>>   [--tenant-id ]
>> keystone user-role-add: error: argument --user-id/--user_id: expected one
>> argument
>> +-+---+
>> |   Property  | Value |
>> +-+---+
>> |   adminurl  |  http://localhost:$(admin_port)s/v2.0 |
>> |  id |626ff3533c7e452e8850a94e4d30309f   |
>> | internalurl | http://localhost:$(public_port)s/v2.0 |
>> |  publicurl  | http://localhost:$(public_port)s/v2.0 |
>> |region   |   RegionOne   |
>> |  service_id |1fe65f54d1714d369f7b8975de89d41d   |
>> +-+---+
>> +-+--+
>> |   Property  |Value |
>> +-+---

[Openstack] Error while uploading the kernel

2013-03-01 Thread Ashutosh Narayan
Hi folks,

I am following the
instruction<http://docs.openstack.org/folsom/openstack-compute/install/yum/content/images-verifying-install.html>to
verify Image service installation.

[root@ images]# glance --os-username=admin --os-password=secretword
--os-tenant-name=openstackDemo --os-auth-url=
http://192.168.105.61:5000/v2.0/ image-create --name="tty-linux-kernel"
--disk-format=aki --container-format=aki <
ttylinux-uec-amd64-12.1_2.6.35-22_1-vmlinuz

Error communicating with http://192.168.105.61:9292 timed out

How is it communicating with port number 9292 when port 5000 is mentioned
in openrc file ?
Any suggestions ?

Thank you,
-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Error while executing sample_data.sh script

2013-03-01 Thread Ashutosh Narayan
Yes Dolph, I learnt that. I have uninstalled the packages and
redoing things from beginning as few steps seems to fail because
of misconfiguration.

On Fri, Mar 1, 2013 at 7:23 PM, Dolph Mathews wrote:

> The 409 Conflicts are indicating that what the script is trying to create
> already exists (role names must be unique for example). If you've run the
> same commands manually before, they'll fail on a subsequent attempt
> (reproducible by simply running the script twice).
>
>
> -Dolph
>
>
> On Fri, Mar 1, 2013 at 1:44 AM, Ashutosh Narayan <
> aashutoshnara...@gmail.com> wrote:
>
>> Hi Swapnil, Atul
>>
>> Reading document helps. I have done these steps manually before and
>> was again going ahead to run the script for the same. That's why I got
>> so many error messages. Looks like problem is solved. I get the
>> desired output.
>>
>>
>> On Fri, Mar 1, 2013 at 12:39 PM, Swapnil Kulkarni <
>> swapnilkulkarni2...@gmail.com> wrote:
>>
>>> I agree with Atul, if you go through documentation you will find where
>>> to change the passwords required by keystone commands.
>>>
>>> Cheers :)
>>> On Mar 1, 2013 12:22 PM, "Atul Jha"  wrote:
>>>
>>>>  Ashutosh,
>>>>
>>>> my suggestion would be go through the documentation try to understandwhat 
>>>> each keystone command is doing. Just running a script and mailing to
>>>> list for everything is not a good idea.
>>>>
>>>> Spend sometime with document, understand key concepts. just a su
>>>> ggestion.
>>>>
>>>>  --
>>>> *From:* 
>>>> openstack-bounces+atul.jha=csscorp@lists.launchpad.net[openstack-bounces+atul.jha=
>>>> csscorp@lists.launchpad.net] on behalf of Ashutosh Narayan [
>>>> aashutoshnara...@gmail.com]
>>>> *Sent:* Friday, March 01, 2013 12:14 PM
>>>> *To:* OpenStack
>>>> *Subject:* [Openstack] Error while executing sample_data.sh script
>>>>
>>>>   Hi folks,
>>>>
>>>>  When I run the sample_data.sh script mentioned at the 
>>>> link<http://docs.openstack.org/folsom/openstack-compute/install/yum/content/scripted-keystone-setup.html>
>>>>  I
>>>> get the following errors :
>>>>
>>>>  Conflict occurred attempting to store user. (IntegrityError) (1062,
>>>> "Duplicate entry 'admin' for key 'name'") (HTTP 409)
>>>> Conflict occurred attempting to store role. (IntegrityError) (1062,
>>>> "Duplicate entry 'admin' for key 'name'") (HTTP 409)
>>>> usage: keystone user-role-add --user-id  --role-id 
>>>>   [--tenant-id ]
>>>> keystone user-role-add: error: argument --user-id/--user_id: expected
>>>> one argument
>>>> Conflict occurred attempting to store tenant. (IntegrityError) (1062,
>>>> "Duplicate entry 'service' for key 'name'") (HTTP 409)
>>>> Conflict occurred attempting to store user. (IntegrityError) (1062,
>>>> "Duplicate entry 'glance' for key 'name'") (HTTP 409)
>>>> usage: keystone user-role-add --user-id  --role-id 
>>>>   [--tenant-id ]
>>>> keystone user-role-add: error: argument --user-id/--user_id: expected
>>>> one argument
>>>> usage: keystone user-create --name  [--tenant-id ]
>>>> [--pass ] [--email ]
>>>> [--enabled ]
>>>> keystone user-create: error: argument --tenant-id: expected one argument
>>>> usage: keystone user-role-add --user-id  --role-id 
>>>>   [--tenant-id ]
>>>> keystone user-role-add: error: argument --user-id/--user_id: expected
>>>> one argument
>>>> usage: keystone user-create --name  [--tenant-id ]
>>>> [--pass ] [--email ]
>>>> [--enabled ]
>>>> keystone user-create: error: argument --tenant-id: expected one argument
>>>> usage: keystone user-role-add --user-id  --role-id 
>>>>   [--tenant-id ]
>>>> keystone user-role-add: error: argument --user-id/--user_id: expected
>&

[Openstack] OpenStack login page

2013-03-05 Thread Ashutosh Narayan
Hi folks,

I am following this link
<http://fedoraproject.org/wiki/Getting_started_with_OpenStack_EPEL>to setup
OpenStack but am
unable to login to OpenStack dashboard page.

Below are few Django error messages which i get

[Tue Mar 05 22:59:28 2013] [error]
/usr/lib/python2.6/site-packages/django/conf/__init__.py:75:
DeprecationWarning: The ADMIN_MEDIA_PREFIX setting has been removed; use
STATIC_URL instead.
[Tue Mar 05 22:59:28 2013] [error]   "use STATIC_URL instead.",
DeprecationWarning)
[Tue Mar 05 22:59:28 2013] [error]
/usr/lib/python2.6/site-packages/django/conf/__init__.py:110:
DeprecationWarning: The SECRET_KEY setting must not be empty.
[Tue Mar 05 22:59:28 2013] [error]   warnings.warn("The SECRET_KEY setting
must not be empty.", DeprecationWarning)
[Tue Mar 05 22:59:28 2013] [error]
/usr/lib/python2.6/site-packages/django/core/cache/__init__.py:82:
DeprecationWarning: settings.CACHE_* is deprecated; use settings.CACHES
instead.
[Tue Mar 05 22:59:28 2013] [error]   DeprecationWarning
[Tue Mar 05 22:59:28 2013] [error]
/usr/lib/python2.6/site-packages/django/utils/translation/__init__.py:63:
DeprecationWarning: Translations in the project directory aren't supported
anymore. Use the LOCALE_PATHS setting instead.
[Tue Mar 05 22:59:28 2013] [error]   DeprecationWarning)
[Tue Mar 05 22:59:28 2013] [error]
/usr/lib/python2.6/site-packages/django/contrib/auth/__init__.py:26:
DeprecationWarning: Authentication backends without a
`supports_inactive_user` attribute are deprecated. Please define it in
.
[Tue Mar 05 22:59:28 2013] [error]   DeprecationWarning)
[Tue Mar 05 22:59:28 2013] [error]
/usr/lib/python2.6/site-packages/django/template/defaulttags.py:1235:
DeprecationWarning: The syntax for the url template tag is changing. Load
the `url` tag from the `future` tag library to start using the new behavior.
[Tue Mar 05 22:59:28 2013] [error]   category=DeprecationWarning)

The installation happened with the help of
script<https://github.com/fedora-openstack/openstack-utils/blob/master/utils/openstack-demo-install>
.
There were no errors when I executed the script.
Relevant services were also running fine.

Is the issue because of Django version embedded in script ?

Support appreciated.

Thank you,
-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] OpenStack login page

2013-03-05 Thread Ashutosh Narayan
Hi Syed,

Yes, I am able to fire up dashboard on IP ( which in my case is 127.0.0.1)
specified at OPENSTACK_HOST in local_settings.py.
But the dashboard login page is not allowing me to login with 'admin' user
and password provided in script or keystonerc file.

Thank you,

On Tue, Mar 5, 2013 at 6:02 PM, Syed Armani  wrote:

>
> These are just deprecation warnings. Could you please elaborate what you
> mean by not able to login to dashboard page. Are you able to fire up
> dashboard on the ip address specified at OPENSTACK_HOST in
> local_settings.py ?
>
> Cheers,
> Syed Armani
>
>
> On Tuesday 05 March 2013 05:54 PM, Ashutosh Narayan wrote:
> > Hi folks,
> >
> > I am following this link
> > <http://fedoraproject.org/wiki/Getting_started_with_OpenStack_EPEL>to
> > setup OpenStack but am
> > unable to login to OpenStack dashboard page.
> >
> > Below are few Django error messages which i get
> >
> > [Tue Mar 05 22:59:28 2013] [error]
> > /usr/lib/python2.6/site-packages/django/conf/__init__.py:75:
> > DeprecationWarning: The ADMIN_MEDIA_PREFIX setting has been removed; use
> > STATIC_URL instead.
> > [Tue Mar 05 22:59:28 2013] [error]   "use STATIC_URL instead.",
> > DeprecationWarning)
> > [Tue Mar 05 22:59:28 2013] [error]
> > /usr/lib/python2.6/site-packages/django/conf/__init__.py:110:
> > DeprecationWarning: The SECRET_KEY setting must not be empty.
> > [Tue Mar 05 22:59:28 2013] [error]   warnings.warn("The SECRET_KEY
> > setting must not be empty.", DeprecationWarning)
> > [Tue Mar 05 22:59:28 2013] [error]
> > /usr/lib/python2.6/site-packages/django/core/cache/__init__.py:82:
> > DeprecationWarning: settings.CACHE_* is deprecated; use settings.CACHES
> > instead.
> > [Tue Mar 05 22:59:28 2013] [error]   DeprecationWarning
> > [Tue Mar 05 22:59:28 2013] [error]
> >
> /usr/lib/python2.6/site-packages/django/utils/translation/__init__.py:63:
> DeprecationWarning:
> > Translations in the project directory aren't supported anymore. Use the
> > LOCALE_PATHS setting instead.
> > [Tue Mar 05 22:59:28 2013] [error]   DeprecationWarning)
> > [Tue Mar 05 22:59:28 2013] [error]
> > /usr/lib/python2.6/site-packages/django/contrib/auth/__init__.py:26:
> > DeprecationWarning: Authentication backends without a
> > `supports_inactive_user` attribute are deprecated. Please define it in
> > .
> > [Tue Mar 05 22:59:28 2013] [error]   DeprecationWarning)
> > [Tue Mar 05 22:59:28 2013] [error]
> > /usr/lib/python2.6/site-packages/django/template/defaulttags.py:1235:
> > DeprecationWarning: The syntax for the url template tag is changing.
> > Load the `url` tag from the `future` tag library to start using the new
> > behavior.
> > [Tue Mar 05 22:59:28 2013] [error]   category=DeprecationWarning)
> >
> > The installation happened with the help ofscript
> > <
> https://github.com/fedora-openstack/openstack-utils/blob/master/utils/openstack-demo-install
> >.
> > There were no errors when I executed the script.
> > Relevant services were also running fine.
> >
> > Is the issue because of Django version embedded in script ?
> >
> > Support appreciated.
> >
> > Thank you,
> > --
> > Ashutosh Narayan
> >
> > http://ashutoshn.wordpress.com/
> >
> >
> >
> > ___
> > Mailing list: https://launchpad.net/~openstack
> > Post to : openstack@lists.launchpad.net
> > Unsubscribe : https://launchpad.net/~openstack
> > More help   : https://help.launchpad.net/ListHelp
> >
>
>


-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] OpenStack login page

2013-03-05 Thread Ashutosh Narayan
I am getting "Invalid username or password"
Here are the contents of ketstonerc file :

export OS_USERNAME=admin
export OS_PASSWORD=verybadpass
export OS_TENANT_NAME=admin
export OS_AUTH_URL=http://127.0.0.1:5000/v2.0/

Am I suppose to pass the same username / password ?

On Tue, Mar 5, 2013 at 6:26 PM, Ashutosh Narayan  wrote:

> Hi Syed,
>
> Yes, I am able to fire up dashboard on IP ( which in my case is 127.0.0.1)
> specified at OPENSTACK_HOST in local_settings.py.
> But the dashboard login page is not allowing me to login with 'admin' user
> and password provided in script or keystonerc file.
>
> Thank you,
>
> On Tue, Mar 5, 2013 at 6:02 PM, Syed Armani wrote:
>
>>
>> These are just deprecation warnings. Could you please elaborate what you
>> mean by not able to login to dashboard page. Are you able to fire up
>> dashboard on the ip address specified at OPENSTACK_HOST in
>> local_settings.py ?
>>
>> Cheers,
>> Syed Armani
>>
>>
>> On Tuesday 05 March 2013 05:54 PM, Ashutosh Narayan wrote:
>> > Hi folks,
>> >
>> > I am following this link
>> > <http://fedoraproject.org/wiki/Getting_started_with_OpenStack_EPEL>to
>> > setup OpenStack but am
>> > unable to login to OpenStack dashboard page.
>> >
>> > Below are few Django error messages which i get
>> >
>> > [Tue Mar 05 22:59:28 2013] [error]
>> > /usr/lib/python2.6/site-packages/django/conf/__init__.py:75:
>> > DeprecationWarning: The ADMIN_MEDIA_PREFIX setting has been removed; use
>> > STATIC_URL instead.
>> > [Tue Mar 05 22:59:28 2013] [error]   "use STATIC_URL instead.",
>> > DeprecationWarning)
>> > [Tue Mar 05 22:59:28 2013] [error]
>> > /usr/lib/python2.6/site-packages/django/conf/__init__.py:110:
>> > DeprecationWarning: The SECRET_KEY setting must not be empty.
>> > [Tue Mar 05 22:59:28 2013] [error]   warnings.warn("The SECRET_KEY
>> > setting must not be empty.", DeprecationWarning)
>> > [Tue Mar 05 22:59:28 2013] [error]
>> > /usr/lib/python2.6/site-packages/django/core/cache/__init__.py:82:
>> > DeprecationWarning: settings.CACHE_* is deprecated; use settings.CACHES
>> > instead.
>> > [Tue Mar 05 22:59:28 2013] [error]   DeprecationWarning
>> > [Tue Mar 05 22:59:28 2013] [error]
>> >
>> /usr/lib/python2.6/site-packages/django/utils/translation/__init__.py:63:
>> DeprecationWarning:
>> > Translations in the project directory aren't supported anymore. Use the
>> > LOCALE_PATHS setting instead.
>> > [Tue Mar 05 22:59:28 2013] [error]   DeprecationWarning)
>> > [Tue Mar 05 22:59:28 2013] [error]
>> > /usr/lib/python2.6/site-packages/django/contrib/auth/__init__.py:26:
>> > DeprecationWarning: Authentication backends without a
>> > `supports_inactive_user` attribute are deprecated. Please define it in
>> > .
>> > [Tue Mar 05 22:59:28 2013] [error]   DeprecationWarning)
>> > [Tue Mar 05 22:59:28 2013] [error]
>> > /usr/lib/python2.6/site-packages/django/template/defaulttags.py:1235:
>> > DeprecationWarning: The syntax for the url template tag is changing.
>> > Load the `url` tag from the `future` tag library to start using the new
>> > behavior.
>> > [Tue Mar 05 22:59:28 2013] [error]   category=DeprecationWarning)
>> >
>> > The installation happened with the help ofscript
>> > <
>> https://github.com/fedora-openstack/openstack-utils/blob/master/utils/openstack-demo-install
>> >.
>> > There were no errors when I executed the script.
>> > Relevant services were also running fine.
>> >
>> > Is the issue because of Django version embedded in script ?
>> >
>> > Support appreciated.
>> >
>> > Thank you,
>> > --
>> > Ashutosh Narayan
>> >
>> > http://ashutoshn.wordpress.com/
>> >
>> >
>> >
>> > ___
>> > Mailing list: https://launchpad.net/~openstack
>> > Post to : openstack@lists.launchpad.net
>> > Unsubscribe : https://launchpad.net/~openstack
>> > More help   : https://help.launchpad.net/ListHelp
>> >
>>
>>
>
>
> --
> Ashutosh Narayan
>
> http://ashutoshn.wordpress.com/
>
>


-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] OpenStack login page

2013-03-05 Thread Ashutosh Narayan
Can someone point me to a link which I can follow to install
OpenStack on a bare metal box running Centos 6.3 ?
I am facing minor issues during the first install and planning
to re-do.

Thank you,

On Tue, Mar 5, 2013 at 8:05 PM, Ashutosh Narayan  wrote:

> I am getting "Invalid username or password"
> Here are the contents of ketstonerc file :
>
> export OS_USERNAME=admin
> export OS_PASSWORD=verybadpass
> export OS_TENANT_NAME=admin
> export OS_AUTH_URL=http://127.0.0.1:5000/v2.0/
>
> Am I suppose to pass the same username / password ?
>
> On Tue, Mar 5, 2013 at 6:26 PM, Ashutosh Narayan <
> aashutoshnara...@gmail.com> wrote:
>
>> Hi Syed,
>>
>> Yes, I am able to fire up dashboard on IP ( which in my case is
>> 127.0.0.1)
>> specified at OPENSTACK_HOST in local_settings.py.
>> But the dashboard login page is not allowing me to login with 'admin'
>> user
>> and password provided in script or keystonerc file.
>>
>> Thank you,
>>
>> On Tue, Mar 5, 2013 at 6:02 PM, Syed Armani wrote:
>>
>>>
>>> These are just deprecation warnings. Could you please elaborate what you
>>> mean by not able to login to dashboard page. Are you able to fire up
>>> dashboard on the ip address specified at OPENSTACK_HOST in
>>> local_settings.py ?
>>>
>>> Cheers,
>>> Syed Armani
>>>
>>>
>>> On Tuesday 05 March 2013 05:54 PM, Ashutosh Narayan wrote:
>>> > Hi folks,
>>> >
>>> > I am following this link
>>> > <http://fedoraproject.org/wiki/Getting_started_with_OpenStack_EPEL>to
>>> > setup OpenStack but am
>>> > unable to login to OpenStack dashboard page.
>>> >
>>> > Below are few Django error messages which i get
>>> >
>>> > [Tue Mar 05 22:59:28 2013] [error]
>>> > /usr/lib/python2.6/site-packages/django/conf/__init__.py:75:
>>> > DeprecationWarning: The ADMIN_MEDIA_PREFIX setting has been removed;
>>> use
>>> > STATIC_URL instead.
>>> > [Tue Mar 05 22:59:28 2013] [error]   "use STATIC_URL instead.",
>>> > DeprecationWarning)
>>> > [Tue Mar 05 22:59:28 2013] [error]
>>> > /usr/lib/python2.6/site-packages/django/conf/__init__.py:110:
>>> > DeprecationWarning: The SECRET_KEY setting must not be empty.
>>> > [Tue Mar 05 22:59:28 2013] [error]   warnings.warn("The SECRET_KEY
>>> > setting must not be empty.", DeprecationWarning)
>>> > [Tue Mar 05 22:59:28 2013] [error]
>>> > /usr/lib/python2.6/site-packages/django/core/cache/__init__.py:82:
>>> > DeprecationWarning: settings.CACHE_* is deprecated; use settings.CACHES
>>> > instead.
>>> > [Tue Mar 05 22:59:28 2013] [error]   DeprecationWarning
>>> > [Tue Mar 05 22:59:28 2013] [error]
>>> >
>>> /usr/lib/python2.6/site-packages/django/utils/translation/__init__.py:63:
>>> DeprecationWarning:
>>> > Translations in the project directory aren't supported anymore. Use the
>>> > LOCALE_PATHS setting instead.
>>> > [Tue Mar 05 22:59:28 2013] [error]   DeprecationWarning)
>>> > [Tue Mar 05 22:59:28 2013] [error]
>>> > /usr/lib/python2.6/site-packages/django/contrib/auth/__init__.py:26:
>>> > DeprecationWarning: Authentication backends without a
>>> > `supports_inactive_user` attribute are deprecated. Please define it in
>>> > .
>>> > [Tue Mar 05 22:59:28 2013] [error]   DeprecationWarning)
>>> > [Tue Mar 05 22:59:28 2013] [error]
>>> > /usr/lib/python2.6/site-packages/django/template/defaulttags.py:1235:
>>> > DeprecationWarning: The syntax for the url template tag is changing.
>>> > Load the `url` tag from the `future` tag library to start using the new
>>> > behavior.
>>> > [Tue Mar 05 22:59:28 2013] [error]   category=DeprecationWarning)
>>> >
>>> > The installation happened with the help ofscript
>>> > <
>>> https://github.com/fedora-openstack/openstack-utils/blob/master/utils/openstack-demo-install
>>> >.
>>> > There were no errors when I executed the script.
>>> > Relevant services were also running fine.
>>> >
>>> > Is the issue because of Django version embedded in script ?
>>> >
>>> > Support appreciated.
>>> >
>>> > Thank you,
>>> > --
>>> > Ashutosh Narayan
>>> >
>>> > http://ashutoshn.wordpress.com/
>>> >
>>> >
>>> >
>>> > ___
>>> > Mailing list: https://launchpad.net/~openstack
>>> > Post to : openstack@lists.launchpad.net
>>> > Unsubscribe : https://launchpad.net/~openstack
>>> > More help   : https://help.launchpad.net/ListHelp
>>> >
>>>
>>>
>>
>>
>> --
>> Ashutosh Narayan
>>
>> http://ashutoshn.wordpress.com/
>>
>>
>
>
> --
> Ashutosh Narayan
>
> http://ashutoshn.wordpress.com/
>
>


-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] OpenStack login page

2013-03-06 Thread Ashutosh Narayan
Hi Joshua,

I followed the instructions mentioned in the link
<http://anvil.readthedocs.org>you sent.
When I excute *./smithy -av install*, I encounter an error
saying your system is not up to date. And it asks me to
execute* sudo smithy --bootstrap*.When I run this command -
I get a failure in installing Cheetah=2.4.4 form PyPi.

Error: Installation of pypi package 'Cheetah==2.4.4' failed!

How should I proceed now ?

On Wed, Mar 6, 2013 at 12:17 PM, Joshua Harlow wrote:

> http://anvil.readthedocs.org
>
> Sent from my really tiny device...
>
> On Mar 5, 2013, at 10:29 PM, "Ashutosh Narayan" <
> aashutoshnara...@gmail.com> wrote:
>
> Can someone point me to a link which I can follow to install
> OpenStack on a bare metal box running Centos 6.3 ?
> I am facing minor issues during the first install and planning
> to re-do.
>
> Thank you,
>
> On Tue, Mar 5, 2013 at 8:05 PM, Ashutosh Narayan <
> aashutoshnara...@gmail.com> wrote:
>
>> I am getting "Invalid username or password"
>> Here are the contents of ketstonerc file :
>>
>> export OS_USERNAME=admin
>> export OS_PASSWORD=verybadpass
>> export OS_TENANT_NAME=admin
>> export OS_AUTH_URL=http://127.0.0.1:5000/v2.0/
>>
>> Am I suppose to pass the same username / password ?
>>
>> On Tue, Mar 5, 2013 at 6:26 PM, Ashutosh Narayan <
>> aashutoshnara...@gmail.com> wrote:
>>
>>> Hi Syed,
>>>
>>> Yes, I am able to fire up dashboard on IP ( which in my case is
>>> 127.0.0.1)
>>> specified at OPENSTACK_HOST in local_settings.py.
>>> But the dashboard login page is not allowing me to login with 'admin'
>>> user
>>> and password provided in script or keystonerc file.
>>>
>>> Thank you,
>>>
>>> On Tue, Mar 5, 2013 at 6:02 PM, Syed Armani wrote:
>>>
>>>>
>>>> These are just deprecation warnings. Could you please elaborate what you
>>>> mean by not able to login to dashboard page. Are you able to fire up
>>>> dashboard on the ip address specified at OPENSTACK_HOST in
>>>> local_settings.py ?
>>>>
>>>> Cheers,
>>>> Syed Armani
>>>>
>>>>
>>>> On Tuesday 05 March 2013 05:54 PM, Ashutosh Narayan wrote:
>>>> > Hi folks,
>>>> >
>>>> > I am following this link
>>>> > <http://fedoraproject.org/wiki/Getting_started_with_OpenStack_EPEL>to
>>>> > setup OpenStack but am
>>>> > unable to login to OpenStack dashboard page.
>>>> >
>>>> > Below are few Django error messages which i get
>>>> >
>>>> > [Tue Mar 05 22:59:28 2013] [error]
>>>> > /usr/lib/python2.6/site-packages/django/conf/__init__.py:75:
>>>> > DeprecationWarning: The ADMIN_MEDIA_PREFIX setting has been removed;
>>>> use
>>>> > STATIC_URL instead.
>>>> > [Tue Mar 05 22:59:28 2013] [error]   "use STATIC_URL instead.",
>>>> > DeprecationWarning)
>>>> > [Tue Mar 05 22:59:28 2013] [error]
>>>> > /usr/lib/python2.6/site-packages/django/conf/__init__.py:110:
>>>> > DeprecationWarning: The SECRET_KEY setting must not be empty.
>>>> > [Tue Mar 05 22:59:28 2013] [error]   warnings.warn("The SECRET_KEY
>>>> > setting must not be empty.", DeprecationWarning)
>>>> > [Tue Mar 05 22:59:28 2013] [error]
>>>> > /usr/lib/python2.6/site-packages/django/core/cache/__init__.py:82:
>>>> > DeprecationWarning: settings.CACHE_* is deprecated; use
>>>> settings.CACHES
>>>> > instead.
>>>> > [Tue Mar 05 22:59:28 2013] [error]   DeprecationWarning
>>>> > [Tue Mar 05 22:59:28 2013] [error]
>>>> >
>>>> /usr/lib/python2.6/site-packages/django/utils/translation/__init__.py:63:
>>>> DeprecationWarning:
>>>> > Translations in the project directory aren't supported anymore. Use
>>>> the
>>>> > LOCALE_PATHS setting instead.
>>>> > [Tue Mar 05 22:59:28 2013] [error]   DeprecationWarning)
>>>> > [Tue Mar 05 22:59:28 2013] [error]
>>>> > /usr/lib/python2.6/site-packages/django/contrib/auth/__init__.py:26:
>>>> > DeprecationWarning: Authentication backends without a
>>>> > `supports_inactive_user` attribute are deprecated. Please define it in
>>>> > .
>>>> > [Tue Mar 05 22:59:28 2013] [error]   DeprecationW

Re: [Openstack] OpenStack login page

2013-03-06 Thread Ashutosh Narayan
Here is a snippet of console logs that I get :

Cleaning up...
Installing pypi requirement 'Cheetah==2.4.4'
Downloading/unpacking Cheetah==2.4.4
  Downloading Cheetah-2.4.4.tar.gz (190Kb): 190Kb downloaded
  Running setup.py egg_info for package Cheetah
warning: no files found matching 'examples'
warning: no files found matching 'docs'
warning: no files found matching 'bin'
warning: no files found matching '*' under directory 'docs'
warning: no files found matching '*' under directory 'examples'
warning: no previously-included files matching '*.pyc' found under
directory 'cheetah'
warning: no previously-included files matching '*~' found under
directory 'cheetah'
warning: no previously-included files matching '*.aux' found under
directory 'cheetah'
warning: no previously-included files matching '*~' found under
directory 'docs'
warning: no previously-included files matching '*.aux' found under
directory 'docs'
Downloading/unpacking Markdown>=2.0.1 (from Cheetah==2.4.4)
  Error  while getting
http://pypi.python.org/packages/source/M/Markdown/Markdown-2.2.1.zip#md5=67bd5f47864862708ede8eb85b1618ee(from
http://pypi.python.org/simple/Markdown/)
Exception:
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/pip/basecommand.py", line 124, in
main
self.run(options, args)
  File "/usr/lib/python2.6/site-packages/pip/commands/install.py", line
178, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle,
bundle=self.bundle)
  File "/usr/lib/python2.6/site-packages/pip/req.py", line 903, in
prepare_files
self.unpack_url(url, location, self.is_download)
  File "/usr/lib/python2.6/site-packages/pip/req.py", line 1008, in
unpack_url
return unpack_http_url(link, location, self.download_cache,
only_download)
  File "/usr/lib/python2.6/site-packages/pip/download.py", line 298, in
unpack_http_url
resp = _get_response_from_url(target_url, link)
  File "/usr/lib/python2.6/site-packages/pip/download.py", line 327, in
_get_response_from_url
resp = urllib2.urlopen(target_url)
  File "/usr/lib64/python2.6/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
  File "/usr/lib64/python2.6/urllib2.py", line 391, in open
response = self._open(req, data)
  File "/usr/lib64/python2.6/urllib2.py", line 409, in _open
'_open', req)
  File "/usr/lib64/python2.6/urllib2.py", line 369, in _call_chain
result = func(*args)
  File "/usr/lib64/python2.6/urllib2.py", line 1190, in http_open
return self.do_open(httplib.HTTPConnection, req)
  File "/usr/lib64/python2.6/urllib2.py", line 1165, in do_open
raise URLError(err)
URLError: 

Storing complete log in /root/.pip/pip.log
Error: Installation of pypi package 'Cheetah==2.4.4' failed!
Success! Bootstrapped for CENTOS 6.3

Any suggestions ?



On Wed, Mar 6, 2013 at 4:01 PM, Ashutosh Narayan  wrote:

> Hi Joshua,
>
> I followed the instructions mentioned in the link
> <http://anvil.readthedocs.org>you sent.
> When I excute *./smithy -av install*, I encounter an error
> saying your system is not up to date. And it asks me to
> execute* sudo smithy --bootstrap*.When I run this command -
> I get a failure in installing Cheetah=2.4.4 form PyPi.
>
> Error: Installation of pypi package 'Cheetah==2.4.4' failed!
>
> How should I proceed now ?
>
>
> On Wed, Mar 6, 2013 at 12:17 PM, Joshua Harlow wrote:
>
>> http://anvil.readthedocs.org
>>
>> Sent from my really tiny device...
>>
>> On Mar 5, 2013, at 10:29 PM, "Ashutosh Narayan" <
>> aashutoshnara...@gmail.com> wrote:
>>
>> Can someone point me to a link which I can follow to install
>> OpenStack on a bare metal box running Centos 6.3 ?
>> I am facing minor issues during the first install and planning
>> to re-do.
>>
>> Thank you,
>>
>> On Tue, Mar 5, 2013 at 8:05 PM, Ashutosh Narayan <
>> aashutoshnara...@gmail.com> wrote:
>>
>>> I am getting "Invalid username or password"
>>> Here are the contents of ketstonerc file :
>>>
>>> export OS_USERNAME=admin
>>> export OS_PASSWORD=verybadpass
>>> export OS_TENANT_NAME=admin
>>> export OS_AUTH_URL=http://127.0.0.1:5000/v2.0/
>>>
>>> Am I suppose to pass the same username / password ?
>>>
>>> On Tue, Mar 5, 2013 at 6:26 PM, Ashutosh Narayan <
>>> aashutoshnara...@gmail.com> wrote:
>>>
>>>> Hi Syed,
>>>

Re: [Openstack] OpenStack login page

2013-03-06 Thread Ashutosh Narayan
Python version :

$ python
Python 2.6.6 (r266:84292, Sep 11 2012, 08:34:23)
[GCC 4.4.6 20120305 (Red Hat 4.4.6-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.


On Wed, Mar 6, 2013 at 4:06 PM, Ashutosh Narayan  wrote:

> Here is a snippet of console logs that I get :
>
> Cleaning up...
> Installing pypi requirement 'Cheetah==2.4.4'
> Downloading/unpacking Cheetah==2.4.4
>   Downloading Cheetah-2.4.4.tar.gz (190Kb): 190Kb downloaded
>   Running setup.py egg_info for package Cheetah
> warning: no files found matching 'examples'
> warning: no files found matching 'docs'
> warning: no files found matching 'bin'
> warning: no files found matching '*' under directory 'docs'
> warning: no files found matching '*' under directory 'examples'
> warning: no previously-included files matching '*.pyc' found under
> directory 'cheetah'
> warning: no previously-included files matching '*~' found under
> directory 'cheetah'
> warning: no previously-included files matching '*.aux' found under
> directory 'cheetah'
> warning: no previously-included files matching '*~' found under
> directory 'docs'
> warning: no previously-included files matching '*.aux' found under
> directory 'docs'
> Downloading/unpacking Markdown>=2.0.1 (from Cheetah==2.4.4)
>   Error  while getting
> http://pypi.python.org/packages/source/M/Markdown/Markdown-2.2.1.zip#md5=67bd5f47864862708ede8eb85b1618ee(from
> http://pypi.python.org/simple/Markdown/)
> Exception:
> Traceback (most recent call last):
>   File "/usr/lib/python2.6/site-packages/pip/basecommand.py", line 124, in
> main
> self.run(options, args)
>   File "/usr/lib/python2.6/site-packages/pip/commands/install.py", line
> 178, in run
> requirement_set.prepare_files(finder, force_root_egg_info=self.bundle,
> bundle=self.bundle)
>   File "/usr/lib/python2.6/site-packages/pip/req.py", line 903, in
> prepare_files
> self.unpack_url(url, location, self.is_download)
>   File "/usr/lib/python2.6/site-packages/pip/req.py", line 1008, in
> unpack_url
> return unpack_http_url(link, location, self.download_cache,
> only_download)
>   File "/usr/lib/python2.6/site-packages/pip/download.py", line 298, in
> unpack_http_url
> resp = _get_response_from_url(target_url, link)
>   File "/usr/lib/python2.6/site-packages/pip/download.py", line 327, in
> _get_response_from_url
> resp = urllib2.urlopen(target_url)
>   File "/usr/lib64/python2.6/urllib2.py", line 126, in urlopen
> return _opener.open(url, data, timeout)
>   File "/usr/lib64/python2.6/urllib2.py", line 391, in open
> response = self._open(req, data)
>   File "/usr/lib64/python2.6/urllib2.py", line 409, in _open
> '_open', req)
>   File "/usr/lib64/python2.6/urllib2.py", line 369, in _call_chain
> result = func(*args)
>   File "/usr/lib64/python2.6/urllib2.py", line 1190, in http_open
> return self.do_open(httplib.HTTPConnection, req)
>   File "/usr/lib64/python2.6/urllib2.py", line 1165, in do_open
> raise URLError(err)
> URLError: 
>
> Storing complete log in /root/.pip/pip.log
> Error: Installation of pypi package 'Cheetah==2.4.4' failed!
> Success! Bootstrapped for CENTOS 6.3
>
> Any suggestions ?
>
>
>
> On Wed, Mar 6, 2013 at 4:01 PM, Ashutosh Narayan <
> aashutoshnara...@gmail.com> wrote:
>
>> Hi Joshua,
>>
>> I followed the instructions mentioned in the link
>> <http://anvil.readthedocs.org>you sent.
>> When I excute *./smithy -av install*, I encounter an error
>> saying your system is not up to date. And it asks me to
>> execute* sudo smithy --bootstrap*.When I run this command -
>> I get a failure in installing Cheetah=2.4.4 form PyPi.
>>
>> Error: Installation of pypi package 'Cheetah==2.4.4' failed!
>>
>> How should I proceed now ?
>>
>>
>> On Wed, Mar 6, 2013 at 12:17 PM, Joshua Harlow wrote:
>>
>>> http://anvil.readthedocs.org
>>>
>>> Sent from my really tiny device...
>>>
>>> On Mar 5, 2013, at 10:29 PM, "Ashutosh Narayan" <
>>> aashutoshnara...@gmail.com> wrote:
>>>
>>> Can someone point me to a link which I can follow to install
>>> OpenStack on a bare metal box running Centos 6.3 ?
>>> I am facing minor issues during t

Re: [Openstack] OpenStack login page

2013-03-06 Thread Ashutosh Narayan
Sorry for continuous email chain.
I went through the logs and learnt that the package itself is not found.
Find below few lines of pip.log file.

Could not fetch URL http://pypi.python.org/simple/Cheetah/2.4.4: HTTP Error
404: Not Found (Cheetah/2.4.4)
Will skip URL http://pypi.python.org/simple/Cheetah/2.4.4 when looking for
download links for Cheetah==2.4.4

Even
http://pypi.python.org/packages/source/M/Markdown/Markdown-2.2.1.zip#md5=67bd5f47864862708ede8eb85b1618ee
package times out.

Any suggestions for troubleshooting ?

Thank you,

On Wed, Mar 6, 2013 at 4:09 PM, Ashutosh Narayan  wrote:

> Python version :
>
> $ python
> Python 2.6.6 (r266:84292, Sep 11 2012, 08:34:23)
> [GCC 4.4.6 20120305 (Red Hat 4.4.6-4)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
>
>
> On Wed, Mar 6, 2013 at 4:06 PM, Ashutosh Narayan <
> aashutoshnara...@gmail.com> wrote:
>
>> Here is a snippet of console logs that I get :
>>
>> Cleaning up...
>> Installing pypi requirement 'Cheetah==2.4.4'
>> Downloading/unpacking Cheetah==2.4.4
>>   Downloading Cheetah-2.4.4.tar.gz (190Kb): 190Kb downloaded
>>   Running setup.py egg_info for package Cheetah
>> warning: no files found matching 'examples'
>> warning: no files found matching 'docs'
>> warning: no files found matching 'bin'
>> warning: no files found matching '*' under directory 'docs'
>> warning: no files found matching '*' under directory 'examples'
>> warning: no previously-included files matching '*.pyc' found under
>> directory 'cheetah'
>> warning: no previously-included files matching '*~' found under
>> directory 'cheetah'
>> warning: no previously-included files matching '*.aux' found under
>> directory 'cheetah'
>> warning: no previously-included files matching '*~' found under
>> directory 'docs'
>> warning: no previously-included files matching '*.aux' found under
>> directory 'docs'
>> Downloading/unpacking Markdown>=2.0.1 (from Cheetah==2.4.4)
>>   Error  while getting
>> http://pypi.python.org/packages/source/M/Markdown/Markdown-2.2.1.zip#md5=67bd5f47864862708ede8eb85b1618ee(from
>> http://pypi.python.org/simple/Markdown/)
>> Exception:
>> Traceback (most recent call last):
>>   File "/usr/lib/python2.6/site-packages/pip/basecommand.py", line 124,
>> in main
>> self.run(options, args)
>>   File "/usr/lib/python2.6/site-packages/pip/commands/install.py", line
>> 178, in run
>> requirement_set.prepare_files(finder,
>> force_root_egg_info=self.bundle, bundle=self.bundle)
>>   File "/usr/lib/python2.6/site-packages/pip/req.py", line 903, in
>> prepare_files
>> self.unpack_url(url, location, self.is_download)
>>   File "/usr/lib/python2.6/site-packages/pip/req.py", line 1008, in
>> unpack_url
>> return unpack_http_url(link, location, self.download_cache,
>> only_download)
>>   File "/usr/lib/python2.6/site-packages/pip/download.py", line 298, in
>> unpack_http_url
>> resp = _get_response_from_url(target_url, link)
>>   File "/usr/lib/python2.6/site-packages/pip/download.py", line 327, in
>> _get_response_from_url
>> resp = urllib2.urlopen(target_url)
>>   File "/usr/lib64/python2.6/urllib2.py", line 126, in urlopen
>> return _opener.open(url, data, timeout)
>>   File "/usr/lib64/python2.6/urllib2.py", line 391, in open
>> response = self._open(req, data)
>>   File "/usr/lib64/python2.6/urllib2.py", line 409, in _open
>> '_open', req)
>>   File "/usr/lib64/python2.6/urllib2.py", line 369, in _call_chain
>> result = func(*args)
>>   File "/usr/lib64/python2.6/urllib2.py", line 1190, in http_open
>> return self.do_open(httplib.HTTPConnection, req)
>>   File "/usr/lib64/python2.6/urllib2.py", line 1165, in do_open
>> raise URLError(err)
>> URLError: 
>>
>> Storing complete log in /root/.pip/pip.log
>> Error: Installation of pypi package 'Cheetah==2.4.4' failed!
>> Success! Bootstrapped for CENTOS 6.3
>>
>> Any suggestions ?
>>
>>
>>
>> On Wed, Mar 6, 2013 at 4:01 PM, Ashutosh Narayan <
>> aashutoshnara...@gmail.com> wrote:
>>
>>> Hi Joshua,
>>>
>>> I followed the instructions menti

Re: [Openstack] OpenStack login page

2013-03-06 Thread Ashutosh Narayan
Hi Joshua,

I was unable to come online last night.
Can you please come online on IRC channel now ?

Thank you,

On Wed, Mar 6, 2013 at 10:57 PM, Joshua Harlow wrote:

> Can u jump on irc, channel "anvil", and I will help. I think that
> bootstrap dependency doesn't need to be pinned anymore.
>
>
> Sent from my really tiny device...
>
> On Mar 6, 2013, at 2:52 AM, "Ashutosh Narayan" 
> wrote:
>
> Sorry for continuous email chain.
> I went through the logs and learnt that the package itself is not found.
> Find below few lines of pip.log file.
>
> Could not fetch URL http://pypi.python.org/simple/Cheetah/2.4.4: HTTP
> Error 404: Not Found (Cheetah/2.4.4)
> Will skip URL http://pypi.python.org/simple/Cheetah/2.4.4 when looking
> for download links for Cheetah==2.4.4
>
> Even
> http://pypi.python.org/packages/source/M/Markdown/Markdown-2.2.1.zip#md5=67bd5f47864862708ede8eb85b1618ee
> package times out.
>
> Any suggestions for troubleshooting ?
>
> Thank you,
>
> On Wed, Mar 6, 2013 at 4:09 PM, Ashutosh Narayan <
> aashutoshnara...@gmail.com> wrote:
>
>> Python version :
>>
>> $ python
>> Python 2.6.6 (r266:84292, Sep 11 2012, 08:34:23)
>> [GCC 4.4.6 20120305 (Red Hat 4.4.6-4)] on linux2
>> Type "help", "copyright", "credits" or "license" for more information.
>>
>>
>> On Wed, Mar 6, 2013 at 4:06 PM, Ashutosh Narayan <
>> aashutoshnara...@gmail.com> wrote:
>>
>>> Here is a snippet of console logs that I get :
>>>
>>> Cleaning up...
>>> Installing pypi requirement 'Cheetah==2.4.4'
>>> Downloading/unpacking Cheetah==2.4.4
>>>   Downloading Cheetah-2.4.4.tar.gz (190Kb): 190Kb downloaded
>>>   Running setup.py egg_info for package Cheetah
>>> warning: no files found matching 'examples'
>>> warning: no files found matching 'docs'
>>> warning: no files found matching 'bin'
>>> warning: no files found matching '*' under directory 'docs'
>>> warning: no files found matching '*' under directory 'examples'
>>> warning: no previously-included files matching '*.pyc' found under
>>> directory 'cheetah'
>>> warning: no previously-included files matching '*~' found under
>>> directory 'cheetah'
>>> warning: no previously-included files matching '*.aux' found under
>>> directory 'cheetah'
>>> warning: no previously-included files matching '*~' found under
>>> directory 'docs'
>>> warning: no previously-included files matching '*.aux' found under
>>> directory 'docs'
>>> Downloading/unpacking Markdown>=2.0.1 (from Cheetah==2.4.4)
>>>   Error  while getting
>>> http://pypi.python.org/packages/source/M/Markdown/Markdown-2.2.1.zip#md5=67bd5f47864862708ede8eb85b1618ee(from
>>> http://pypi.python.org/simple/Markdown/)
>>> Exception:
>>> Traceback (most recent call last):
>>>   File "/usr/lib/python2.6/site-packages/pip/basecommand.py", line 124,
>>> in main
>>> self.run(options, args)
>>>   File "/usr/lib/python2.6/site-packages/pip/commands/install.py", line
>>> 178, in run
>>> requirement_set.prepare_files(finder,
>>> force_root_egg_info=self.bundle, bundle=self.bundle)
>>>   File "/usr/lib/python2.6/site-packages/pip/req.py", line 903, in
>>> prepare_files
>>> self.unpack_url(url, location, self.is_download)
>>>   File "/usr/lib/python2.6/site-packages/pip/req.py", line 1008, in
>>> unpack_url
>>> return unpack_http_url(link, location, self.download_cache,
>>> only_download)
>>>   File "/usr/lib/python2.6/site-packages/pip/download.py", line 298, in
>>> unpack_http_url
>>> resp = _get_response_from_url(target_url, link)
>>>   File "/usr/lib/python2.6/site-packages/pip/download.py", line 327, in
>>> _get_response_from_url
>>> resp = urllib2.urlopen(target_url)
>>>   File "/usr/lib64/python2.6/urllib2.py", line 126, in urlopen
>>> return _opener.open(url, data, timeout)
>>>   File "/usr/lib64/python2.6/urllib2.py", line 391, in open
>>> response = self._open(req, data)
>>>   File "/usr/lib64/python2.6/urllib2.py", line 409, in _open
>>> '_open', req)
>>>   Fil

[Openstack] nova image-list error

2013-03-08 Thread Ashutosh Narayan
Hi folks,

I get the following error message while running nova image-list.

[root@RLD1OPST01 ~]# nova image-list
ERROR: Malformed request url (HTTP 400) (Request-ID:
req-96acb3fd-3fbe-4f71-ba5f-8d143f1da502)

But #glance index works fine.

[root@RLD1OPST01 ~]# glance index
ID   Name   Disk
Format  Container Format Size
 --
  --
4448d100-d230-4556-a98c-2d15054a4f0a cirros-0.3.0-x86_64qcow2
 bare9761280
709fd1b2-9f2a-40f1-b7a8-09cdd04964c9 tty-linux  ami
 ami25165824
deb541dc-2e67-40c1-ac8f-d934962c04df tty-linux-ramdisk  ari
 ari   96629
e1043470-0d97-4ddc-8f84-d15870040093 tty-linux-kernel   aki
 aki 4404752

I am following this
link<http://docs.openstack.org/trunk/openstack-compute/install/yum/content/uploading-to-glance.html>

Any suggestions ?

Thank you,
-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] nova image-list error

2013-03-08 Thread Ashutosh Narayan
Services nova-compute, nova-api, nova-scheduler, nova-network are running
fine.
Still am facing this issue. I can't proceed from here. Please help

On Fri, Mar 8, 2013 at 4:46 PM, Ashutosh Narayan  wrote:

> Hi folks,
>
> I get the following error message while running nova image-list.
>
> [root@RLD1OPST01 ~]# nova image-list
> ERROR: Malformed request url (HTTP 400) (Request-ID:
> req-96acb3fd-3fbe-4f71-ba5f-8d143f1da502)
>
> But #glance index works fine.
>
> [root@RLD1OPST01 ~]# glance index
> ID   Name   Disk
> Format  Container Format Size
>  --
>   --
> 4448d100-d230-4556-a98c-2d15054a4f0a cirros-0.3.0-x86_64qcow2
>bare9761280
> 709fd1b2-9f2a-40f1-b7a8-09cdd04964c9 tty-linux  ami
>ami25165824
> deb541dc-2e67-40c1-ac8f-d934962c04df tty-linux-ramdisk  ari
>ari   96629
> e1043470-0d97-4ddc-8f84-d15870040093 tty-linux-kernel   aki
>aki 4404752
>
> I am following this 
> link<http://docs.openstack.org/trunk/openstack-compute/install/yum/content/uploading-to-glance.html>
>
> Any suggestions ?
>
> Thank you,
> --
> Ashutosh Narayan
>
> http://ashutoshn.wordpress.com/
>
>


-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] nova image-list error

2013-03-08 Thread Ashutosh Narayan
Hi Sylvain,

Here is the content of ketstonerc file :

[root@RLD1OPST01 ~]# cat keystonerc
export OS_USERNAME=admin
export OS_PASSWORD=x
export OS_TENANT_NAME=demo
export OS_AUTH_URL=http://192.168.105.61:35357/v2.0

keystone endpoint-list throws :

[root@RLD1OPST01 ~]# keystone endpoint-list
+--+---+--+--+-+--+
|id|   region  |
 publicurl |   internalurl
   |   adminurl  |
 service_id|
+--+---+--+--+-+--+
| 50bb93035d9a4a18aacafdd895906f10 | RegionOne |
http://192.168.105.61:/v1/AUTH_%(tenant_id)s |
http://192.168.105.61:/v1/AUTH_%(tenant_id)s |
http://192.168.105.61:/v1| 76772ef3f79b4648981f19de39d4cab1 |
| 749974748ce8482bb2339954631baea5 | RegionOne |
http://192.168.105.61:8773/services/Cloud |
http://192.168.105.61:8773/services/Cloud |
http://192.168.105.61:8773/services/Admin  |
75748b8502964bf8aab214c074058a08 |
| 80a940e76e314148bc349578ce8eadf7 | RegionOne |
http://192.168.105.61:8776/v1/%(tenant_id)s|
http://192.168.105.61:8776/v1/%(tenant_id)s|
http://192.168.105.61:8776/v1/%(tenant_id)s |
a5da6ff105184cbda9a3619d41d297f6 |
| 897375e2d299416db3281d1b8baeabc1 | RegionOne |
http://192.168.105.61:8774/v2/%(tenant_id)s|
http://192.168.105.61:8774/v2/%(tenant_id)s|
http://192.168.105.61:8774/v2/%(tenant_id)s |
5d144f9df18d4b35810afb4199b1a321 |
| cc2fd4c2b1314cfb958e8702139a960c | RegionOne |
http://192.168.105.61:5000/v2.0  |
http://192.168.105.61:5000/v2.0  |
http://192.168.105.61:35357/v2.0  | d307d545040e4bda8ace9a7fd3581cb2 |
| e2d7819ff84746dc8e79c76bf308f2cd | RegionOne |
http://192.168.105.61:9292|
http://192.168.105.61:9292|
http://192.168.105.61:9292| 96299197a84a43d7a3932c5c6ae53ca0 |
+--+---+--+--+-+--+

Keystone service-list throws :

[root@RLD1OPST01 ~]# keystone service-list
+--+--+--+---+
|id|   name   | type |
 description|
+--+--+--+---+
| 5d144f9df18d4b35810afb4199b1a321 |   nova   |   compute|Nova
Compute Service   |
| 75748b8502964bf8aab214c074058a08 |   ec2| ec2  |  EC2
Compatibility Layer  |
| 76772ef3f79b4648981f19de39d4cab1 |  swift   | object-store |   Object
Storage Service  |
| 96299197a84a43d7a3932c5c6ae53ca0 |  glance  |image |Glance
Image Service   |
| a5da6ff105184cbda9a3619d41d297f6 |  volume  |volume|Nova
Volume Service|
| d307d545040e4bda8ace9a7fd3581cb2 | keystone |   identity   | Keystone
Identity Service |
+--+--+--+---+

nova list also throws the same error.

On Fri, Mar 8, 2013 at 5:44 PM, Sylvain Bauza wrote:

>  Could you please tell us :
>  - your credentials (except password of course)
>  - 'keystone endpoint-list'
>  - 'keystone service-list'
>
> It seems like you're requesting a wrong API.
>
> Is 'nova list' working btw ?
>
> -Sylvain
>
>  Le 08/03/2013 12:56, Ashutosh Narayan a écrit :
>
> Services nova-compute, nova-api, nova-scheduler, nova-network are running
> fine.
> Still am facing this issue. I can't proceed from here. Please help
>
> On Fri, Mar 8, 2013 at 4:46 PM, Ashutosh Narayan <
> aashutoshnara...@gmail.com> wrote:
>
>> Hi folks,
>>
>>  I get the following error message while running nova image-list.
>>
>>  [root@RLD1OPST01 ~]# nova image-list
>> ERROR: Malformed request url (HTTP 400) (Request-ID:
>> req-96acb3fd-3fbe-4f71-ba5f-8d143f1da502)
>>
>>  But #glance index works fine.
>>
>>  [root@RLD1OPST01 ~]# glance index
>> ID   Name   Disk
>> Format  Container Format Size
>>  --
>>   --
>> 4448d100-d230-4556-a98c-2d15054a4f0a cirros-0.3.0-x86_64qcow2
>>bare  

Re: [Openstack] nova image-list error

2013-03-08 Thread Ashutosh Narayan
I have auth_strategy = keystone defined in nova.conf.

Tenant ID is also set for the same. Any changes I need to do here ?
What else should I see ?

On Fri, Mar 8, 2013 at 6:30 PM, Sylvain Bauza wrote:

>  https://answers.launchpad.net/nova/+faq/2004
>
> Make sure auth_strategy = keystone is defined in nova.conf
>
> -Sylvain
>
> Le 08/03/2013 13:21, Ashutosh Narayan a écrit :
>
> Hi Sylvain,
>
>  Here is the content of ketstonerc file :
>
>  [root@RLD1OPST01 ~]# cat keystonerc
> export OS_USERNAME=admin
> export OS_PASSWORD=x
> export OS_TENANT_NAME=demo
> export OS_AUTH_URL=http://192.168.105.61:35357/v2.0
>
>  keystone endpoint-list throws :
>
>  [root@RLD1OPST01 ~]# keystone endpoint-list
>
> +--+---+--+--+-+--+
> |id|   region  |
>  publicurl |   internalurl
>|   adminurl  |
>  service_id|
>
> +--+---+--+--+-+--+
> | 50bb93035d9a4a18aacafdd895906f10 | RegionOne |
> http://192.168.105.61:/v1/AUTH_%(tenant_id)s |
> http://192.168.105.61:/v1/AUTH_%(tenant_id)s |
> http://192.168.105.61:/v1| 76772ef3f79b4648981f19de39d4cab1 |
> | 749974748ce8482bb2339954631baea5 | RegionOne |
> http://192.168.105.61:8773/services/Cloud |
> http://192.168.105.61:8773/services/Cloud |
> http://192.168.105.61:8773/services/Admin  |
> 75748b8502964bf8aab214c074058a08 |
> | 80a940e76e314148bc349578ce8eadf7 | RegionOne |
> http://192.168.105.61:8776/v1/%(tenant_id)s|
> http://192.168.105.61:8776/v1/%(tenant_id)s|
> http://192.168.105.61:8776/v1/%(tenant_id)s |
> a5da6ff105184cbda9a3619d41d297f6 |
> | 897375e2d299416db3281d1b8baeabc1 | RegionOne |
> http://192.168.105.61:8774/v2/%(tenant_id)s|
> http://192.168.105.61:8774/v2/%(tenant_id)s|
> http://192.168.105.61:8774/v2/%(tenant_id)s |
> 5d144f9df18d4b35810afb4199b1a321 |
> | cc2fd4c2b1314cfb958e8702139a960c | RegionOne |
> http://192.168.105.61:5000/v2.0  |
> http://192.168.105.61:5000/v2.0  |
> http://192.168.105.61:35357/v2.0  | d307d545040e4bda8ace9a7fd3581cb2 |
> | e2d7819ff84746dc8e79c76bf308f2cd | RegionOne |
> http://192.168.105.61:9292|
> http://192.168.105.61:9292|
> http://192.168.105.61:9292 | 96299197a84a43d7a3932c5c6ae53ca0 |
>
> +--+---+--+--+-+--+
>
>  Keystone service-list throws :
>
>  [root@RLD1OPST01 ~]# keystone service-list
>
> +--+--+--+---+
> |id|   name   | type |
>  description|
>
> +--+--+--+---+
> | 5d144f9df18d4b35810afb4199b1a321 |   nova   |   compute|Nova
> Compute Service   |
> | 75748b8502964bf8aab214c074058a08 |   ec2| ec2  |  EC2
> Compatibility Layer  |
> | 76772ef3f79b4648981f19de39d4cab1 |  swift   | object-store |   Object
> Storage Service  |
> | 96299197a84a43d7a3932c5c6ae53ca0 |  glance  |image |Glance
> Image Service   |
> | a5da6ff105184cbda9a3619d41d297f6 |  volume  |volume|Nova
> Volume Service|
> | d307d545040e4bda8ace9a7fd3581cb2 | keystone |   identity   | Keystone
> Identity Service |
>
> +--+--+--+---+
>
>  nova list also throws the same error.
>
>  On Fri, Mar 8, 2013 at 5:44 PM, Sylvain Bauza  > wrote:
>
>>  Could you please tell us :
>>  - your credentials (except password of course)
>>  - 'keystone endpoint-list'
>>  - 'keystone service-list'
>>
>> It seems like you're requesting a wrong API.
>>
>> Is 'nova list' working btw ?
>>
>> -Sylvain
>>
>>  Le 08/03/2013 12:56, Ashutosh Narayan a écrit :
>>
>>  Services nova-compute, nova-api, nova-scheduler, nova-network are
>> running fine.
>> Still am facing this issue. I can't proceed from here. Please help
>>
>>

Re: [Openstack] nova image-list error

2013-03-08 Thread Ashutosh Narayan
As per point number '2'
2) Check that the tenant ID in the request matches the tenant you are
authenticated under
mentioned in the link you sent where can I verify this ?

On Fri, Mar 8, 2013 at 6:45 PM, Ashutosh Narayan  wrote:

> I have auth_strategy = keystone defined in nova.conf.
>
> Tenant ID is also set for the same. Any changes I need to do here ?
> What else should I see ?
>
> On Fri, Mar 8, 2013 at 6:30 PM, Sylvain Bauza 
> wrote:
>
>>  https://answers.launchpad.net/nova/+faq/2004
>>
>> Make sure auth_strategy = keystone is defined in nova.conf
>>
>> -Sylvain
>>
>> Le 08/03/2013 13:21, Ashutosh Narayan a écrit :
>>
>> Hi Sylvain,
>>
>>  Here is the content of ketstonerc file :
>>
>>  [root@RLD1OPST01 ~]# cat keystonerc
>> export OS_USERNAME=admin
>> export OS_PASSWORD=x
>> export OS_TENANT_NAME=demo
>> export OS_AUTH_URL=http://192.168.105.61:35357/v2.0
>>
>>  keystone endpoint-list throws :
>>
>>  [root@RLD1OPST01 ~]# keystone endpoint-list
>>
>> +--+---+--+--+-+--+
>> |id|   region  |
>>  publicurl |   internalurl
>>|   adminurl  |
>>  service_id|
>>
>> +--+---+--+--+-+--+
>> | 50bb93035d9a4a18aacafdd895906f10 | RegionOne |
>> http://192.168.105.61:/v1/AUTH_%(tenant_id)s |
>> http://192.168.105.61:/v1/AUTH_%(tenant_id)s |
>> http://192.168.105.61:/v1| 76772ef3f79b4648981f19de39d4cab1 |
>> | 749974748ce8482bb2339954631baea5 | RegionOne |
>> http://192.168.105.61:8773/services/Cloud |
>> http://192.168.105.61:8773/services/Cloud |
>> http://192.168.105.61:8773/services/Admin  |
>> 75748b8502964bf8aab214c074058a08 |
>> | 80a940e76e314148bc349578ce8eadf7 | RegionOne |
>> http://192.168.105.61:8776/v1/%(tenant_id)s|
>> http://192.168.105.61:8776/v1/%(tenant_id)s|
>> http://192.168.105.61:8776/v1/%(tenant_id)s |
>> a5da6ff105184cbda9a3619d41d297f6 |
>> | 897375e2d299416db3281d1b8baeabc1 | RegionOne |
>> http://192.168.105.61:8774/v2/%(tenant_id)s|
>> http://192.168.105.61:8774/v2/%(tenant_id)s|
>> http://192.168.105.61:8774/v2/%(tenant_id)s |
>> 5d144f9df18d4b35810afb4199b1a321 |
>> | cc2fd4c2b1314cfb958e8702139a960c | RegionOne |
>> http://192.168.105.61:5000/v2.0  |
>> http://192.168.105.61:5000/v2.0  |
>> http://192.168.105.61:35357/v2.0  | d307d545040e4bda8ace9a7fd3581cb2
>> |
>> | e2d7819ff84746dc8e79c76bf308f2cd | RegionOne |
>> http://192.168.105.61:9292|
>> http://192.168.105.61:9292|
>> http://192.168.105.61:9292 | 96299197a84a43d7a3932c5c6ae53ca0 |
>>
>> +--+---+--+--+-+--+
>>
>>  Keystone service-list throws :
>>
>>  [root@RLD1OPST01 ~]# keystone service-list
>>
>> +--+--+--+---+
>> |id|   name   | type |
>>  description|
>>
>> +--+--+--+---+
>> | 5d144f9df18d4b35810afb4199b1a321 |   nova   |   compute|Nova
>> Compute Service   |
>> | 75748b8502964bf8aab214c074058a08 |   ec2| ec2  |  EC2
>> Compatibility Layer  |
>> | 76772ef3f79b4648981f19de39d4cab1 |  swift   | object-store |   Object
>> Storage Service  |
>> | 96299197a84a43d7a3932c5c6ae53ca0 |  glance  |image |Glance
>> Image Service   |
>> | a5da6ff105184cbda9a3619d41d297f6 |  volume  |volume|Nova
>> Volume Service|
>> | d307d545040e4bda8ace9a7fd3581cb2 | keystone |   identity   | Keystone
>> Identity Service |
>>
>> +--+--+--+---+
>>
>>  nova list also throws the same error.
>>
>>  On Fri, Mar 8, 2013 at 5:44 PM, Sylvain Bauza 

Re: [Openstack] nova image-list error

2013-03-08 Thread Ashutosh Narayan
Hi Sylvain,

I followed this
link<http://docs.openstack.org/trunk/openstack-compute/install/yum/content/keystone-service-endpoint-create.html>to
set Nova Compute service
Here is the command I ran earlier to set it :

[root@RLD1OPST01 ~]#  keystone --token 58e7c511e8e6ad09be56 --endpoint
http://192.168.105.61:35357/v2.0/ endpoint-create --region RegionOne
 --service-id=5d144f9df18d4b35810afb4199b1a321 --publicurl='
http://192.168.105.61:8774/v2/%(tenant_id)s' --internalurl='
http://192.168.105.61:8774/v2/%(tenant_id)s' --adminurl='
http://192.168.105.61:8774/v2/%(tenant_id)s'

And keystone service-list shows that service id set for Nova Compute Service
which can be seen below --

[root@RLD1OPST01 ~]# keystone service-list
+--+--+--+---+
|id|   name   | type |
 description|
+--+--+--+---+
| 5d144f9df18d4b35810afb4199b1a321 |   nova   |   compute|Nova
Compute Service   |

I am stuck here and can't proceed to nova secgroup-list which also
throws the same error.

Please help.

Thank you,


On Fri, Mar 8, 2013 at 7:05 PM, Ashutosh Narayan  wrote:

> As per point number '2'
> 2) Check that the tenant ID in the request matches the tenant you are
> authenticated under
> mentioned in the link you sent where can I verify this ?
>
> On Fri, Mar 8, 2013 at 6:45 PM, Ashutosh Narayan <
> aashutoshnara...@gmail.com> wrote:
>
>> I have auth_strategy = keystone defined in nova.conf.
>>
>> Tenant ID is also set for the same. Any changes I need to do here ?
>> What else should I see ?
>>
>> On Fri, Mar 8, 2013 at 6:30 PM, Sylvain Bauza > > wrote:
>>
>>>  https://answers.launchpad.net/nova/+faq/2004
>>>
>>> Make sure auth_strategy = keystone is defined in nova.conf
>>>
>>> -Sylvain
>>>
>>> Le 08/03/2013 13:21, Ashutosh Narayan a écrit :
>>>
>>> Hi Sylvain,
>>>
>>>  Here is the content of ketstonerc file :
>>>
>>>  [root@RLD1OPST01 ~]# cat keystonerc
>>> export OS_USERNAME=admin
>>> export OS_PASSWORD=x
>>> export OS_TENANT_NAME=demo
>>> export OS_AUTH_URL=http://192.168.105.61:35357/v2.0
>>>
>>>  keystone endpoint-list throws :
>>>
>>>  [root@RLD1OPST01 ~]# keystone endpoint-list
>>>
>>> +--+---+--+--+-+--+
>>> |id|   region  |
>>>  publicurl |   internalurl
>>>|   adminurl  |
>>>  service_id|
>>>
>>> +--+---+--+--+-+--+
>>> | 50bb93035d9a4a18aacafdd895906f10 | RegionOne |
>>> http://192.168.105.61:/v1/AUTH_%(tenant_id)s |
>>> http://192.168.105.61:/v1/AUTH_%(tenant_id)s |
>>> http://192.168.105.61:/v1| 76772ef3f79b4648981f19de39d4cab1
>>> |
>>> | 749974748ce8482bb2339954631baea5 | RegionOne |
>>> http://192.168.105.61:8773/services/Cloud |
>>> http://192.168.105.61:8773/services/Cloud |
>>> http://192.168.105.61:8773/services/Admin  |
>>> 75748b8502964bf8aab214c074058a08 |
>>> | 80a940e76e314148bc349578ce8eadf7 | RegionOne |
>>> http://192.168.105.61:8776/v1/%(tenant_id)s|
>>> http://192.168.105.61:8776/v1/%(tenant_id)s|
>>> http://192.168.105.61:8776/v1/%(tenant_id)s |
>>> a5da6ff105184cbda9a3619d41d297f6 |
>>> | 897375e2d299416db3281d1b8baeabc1 | RegionOne |
>>> http://192.168.105.61:8774/v2/%(tenant_id)s|
>>> http://192.168.105.61:8774/v2/%(tenant_id)s|
>>> http://192.168.105.61:8774/v2/%(tenant_id)s |
>>> 5d144f9df18d4b35810afb4199b1a321 |
>>> | cc2fd4c2b1314cfb958e8702139a960c | RegionOne |
>>> http://192.168.105.61:5000/v2.0  |
>>> http://192.168.105.61:5000/v2.0  |
>>> http://192.168.105.61:35357/v2.0  |
>>> d307d545040e4bda8ace9a7fd3581cb2 |
>>> | e2d7819ff84746dc8e79c76bf308f2cd | RegionOne |
>>> http://192.168.105.61:9292|
&

Re: [Openstack] nova image-list error

2013-03-08 Thread Ashutosh Narayan
Hi Sylvain,

I was able to resolve this issue.
I edited nova.conf file and checked relevant services were up
or not. It showed the desired output.

Thank you,

On Fri, Mar 8, 2013 at 7:30 PM, Ashutosh Narayan  wrote:

> Hi Sylvain,
>
> I followed this 
> link<http://docs.openstack.org/trunk/openstack-compute/install/yum/content/keystone-service-endpoint-create.html>to
>  set Nova Compute service
> Here is the command I ran earlier to set it :
>
> [root@RLD1OPST01 ~]#  keystone --token 58e7c511e8e6ad09be56 --endpoint
> http://192.168.105.61:35357/v2.0/ endpoint-create --region RegionOne
>  --service-id=5d144f9df18d4b35810afb4199b1a321 --publicurl='
> http://192.168.105.61:8774/v2/%(tenant_id)s' --internalurl='
> http://192.168.105.61:8774/v2/%(tenant_id)s' --adminurl='
> http://192.168.105.61:8774/v2/%(tenant_id)s'
>
> And keystone service-list shows that service id set for Nova Compute
> Service
> which can be seen below --
>
> [root@RLD1OPST01 ~]# keystone service-list
>
> +--+--+--+---+
> |id|   name   | type |
>  description|
>
> +--+--+--+---+
> | 5d144f9df18d4b35810afb4199b1a321 |   nova   |   compute|Nova
> Compute Service   |
>
> I am stuck here and can't proceed to nova secgroup-list which also throws the 
> same error.
>
> Please help.
>
> Thank you,
>
>
> On Fri, Mar 8, 2013 at 7:05 PM, Ashutosh Narayan <
> aashutoshnara...@gmail.com> wrote:
>
>> As per point number '2'
>> 2) Check that the tenant ID in the request matches the tenant you are
>> authenticated under
>> mentioned in the link you sent where can I verify this ?
>>
>> On Fri, Mar 8, 2013 at 6:45 PM, Ashutosh Narayan <
>> aashutoshnara...@gmail.com> wrote:
>>
>>> I have auth_strategy = keystone defined in nova.conf.
>>>
>>> Tenant ID is also set for the same. Any changes I need to do here ?
>>> What else should I see ?
>>>
>>> On Fri, Mar 8, 2013 at 6:30 PM, Sylvain Bauza <
>>> sylvain.ba...@digimind.com> wrote:
>>>
>>>>  https://answers.launchpad.net/nova/+faq/2004
>>>>
>>>> Make sure auth_strategy = keystone is defined in nova.conf
>>>>
>>>> -Sylvain
>>>>
>>>> Le 08/03/2013 13:21, Ashutosh Narayan a écrit :
>>>>
>>>> Hi Sylvain,
>>>>
>>>>  Here is the content of ketstonerc file :
>>>>
>>>>  [root@RLD1OPST01 ~]# cat keystonerc
>>>> export OS_USERNAME=admin
>>>> export OS_PASSWORD=x
>>>> export OS_TENANT_NAME=demo
>>>> export OS_AUTH_URL=http://192.168.105.61:35357/v2.0
>>>>
>>>>  keystone endpoint-list throws :
>>>>
>>>>  [root@RLD1OPST01 ~]# keystone endpoint-list
>>>>
>>>> +--+---+--+--+-+--+
>>>> |id|   region  |
>>>>  publicurl |   internalurl
>>>>|   adminurl  |
>>>>  service_id|
>>>>
>>>> +--+---+--+--+-+--+
>>>> | 50bb93035d9a4a18aacafdd895906f10 | RegionOne |
>>>> http://192.168.105.61:/v1/AUTH_%(tenant_id)s |
>>>> http://192.168.105.61:/v1/AUTH_%(tenant_id)s |
>>>> http://192.168.105.61:/v1|
>>>> 76772ef3f79b4648981f19de39d4cab1 |
>>>> | 749974748ce8482bb2339954631baea5 | RegionOne |
>>>> http://192.168.105.61:8773/services/Cloud |
>>>> http://192.168.105.61:8773/services/Cloud |
>>>> http://192.168.105.61:8773/services/Admin  |
>>>> 75748b8502964bf8aab214c074058a08 |
>>>> | 80a940e76e314148bc349578ce8eadf7 | RegionOne |
>>>> http://192.168.105.61:8776/v1/%(tenant_id)s|
>>>> http://192.168.105.61:8776/v1/%(tena

Re: [Openstack] nova image-list error

2013-03-08 Thread Ashutosh Narayan
On Fri, Mar 8, 2013 at 9:27 PM, Sylvain Bauza wrote:

>  Glad to hear that.
>
> Do that mean you forgot to restart nova-* ?
>
Yes, nova-* services after making changes to the configuration files.

>
> -Sylvain
>
> Le 08/03/2013 15:54, Ashutosh Narayan a écrit :
>
> Hi Sylvain,
>
>  I was able to resolve this issue.
> I edited nova.conf file and checked relevant services were up
> or not. It showed the desired output.
>
>  Thank you,
>
> On Fri, Mar 8, 2013 at 7:30 PM, Ashutosh Narayan <
> aashutoshnara...@gmail.com> wrote:
>
>> Hi Sylvain,
>>
>> I followed this 
>> link<http://docs.openstack.org/trunk/openstack-compute/install/yum/content/keystone-service-endpoint-create.html>to
>>  set Nova Compute service
>>  Here is the command I ran earlier to set it :
>>
>>  [root@RLD1OPST01 ~]#  keystone --token 58e7c511e8e6ad09be56 --endpoint
>> http://192.168.105.61:35357/v2.0/ endpoint-create --region RegionOne
>>  --service-id=5d144f9df18d4b35810afb4199b1a321 --publicurl='
>> http://192.168.105.61:8774/v2/%(tenant_id)s' --internalurl='
>> http://192.168.105.61:8774/v2/%(tenant_id)s' --adminurl='
>> http://192.168.105.61:8774/v2/%(tenant_id)s'
>>
>>  And keystone service-list shows that service id set for Nova Compute
>> Service
>> which can be seen below --
>>
>>   [root@RLD1OPST01 ~]# keystone service-list
>>
>> +--+--+--+---+
>> |id|   name   | type |
>>  description|
>>
>> +--+--+--+---+
>> | 5d144f9df18d4b35810afb4199b1a321 |   nova   |   compute|Nova
>> Compute Service   |
>>
>> I am stuck here and can't proceed to nova secgroup-list which also throws 
>> the same error.
>>
>> Please help.
>>
>> Thank you,
>>
>>
>>  On Fri, Mar 8, 2013 at 7:05 PM, Ashutosh Narayan <
>> aashutoshnara...@gmail.com> wrote:
>>
>>> As per point number '2'
>>> 2) Check that the tenant ID in the request matches the tenant you are
>>> authenticated under
>>> mentioned in the link you sent where can I verify this ?
>>>
>>>  On Fri, Mar 8, 2013 at 6:45 PM, Ashutosh Narayan <
>>> aashutoshnara...@gmail.com> wrote:
>>>
>>>> I have auth_strategy = keystone defined in nova.conf.
>>>>
>>>>  Tenant ID is also set for the same. Any changes I need to do here ?
>>>> What else should I see ?
>>>>
>>>> On Fri, Mar 8, 2013 at 6:30 PM, Sylvain Bauza <
>>>> sylvain.ba...@digimind.com> wrote:
>>>>
>>>>>  https://answers.launchpad.net/nova/+faq/2004
>>>>>
>>>>> Make sure auth_strategy = keystone is defined in nova.conf
>>>>>
>>>>> -Sylvain
>>>>>
>>>>> Le 08/03/2013 13:21, Ashutosh Narayan a écrit :
>>>>>
>>>>> Hi Sylvain,
>>>>>
>>>>>  Here is the content of ketstonerc file :
>>>>>
>>>>>  [root@RLD1OPST01 ~]# cat keystonerc
>>>>> export OS_USERNAME=admin
>>>>> export OS_PASSWORD=x
>>>>> export OS_TENANT_NAME=demo
>>>>> export OS_AUTH_URL=http://192.168.105.61:35357/v2.0
>>>>>
>>>>>  keystone endpoint-list throws :
>>>>>
>>>>>  [root@RLD1OPST01 ~]# keystone endpoint-list
>>>>>
>>>>> +--+---+--+--+-+--+
>>>>> |id|   region  |
>>>>>  publicurl |   internalurl
>>>>>|   adminurl  |
>>>>>  service_id|
>>>>>
>>>>> +--+---+--+--+-+--+
>>>>> | 50bb93035d9a4a18aacafdd895906f10 | RegionOne |
>>>>> http://192.168.105.61:/v1/AUTH_%(tenant_id)s |
>>>>> http://192.168.105.61:/v1/AUTH_%(tenant_id)s |
>

[Openstack] nova-manage service list issues

2013-03-08 Thread Ashutosh Narayan
Hi folks,

I am following these
instructions<http://docs.openstack.org/trunk/openstack-compute/install/yum/content/compute-verifying-install.html>
but
the State of *nova-manage service list* shows XXX
which means there is some issue in time synchronization with NTP. All the
services
are running on the *same* host which is actually a virtual machine running
on a Xen Server.

Here is the output of nova-manange service list :

[root@RLD1OPST01 ~]# nova-manage service list
Binary   Host Zone
Status State Updated_At
nova-scheduler   RLD1OPST01   nova
enabledXXX   None
nova-certRLD1OPST01   nova
enabledXXX   None
nova-network RLD1OPST01   nova
enabledXXX   None
nova-compute RLD1OPST01   nova
enabledXXX   None
nova-console RLD1OPST01   nova
enabledXXX   None

ntpq outputs that system is synchronized with local clock.

[root@RLD1OPST01 ~]# ntpq -pn
 remote   refid  st t when poll reach   delay   offset
 jitter
==
 192.168.105.61  .INIT.  16 u-   6400.0000.000
0.000
 120.88.47.10193.79.237.142 u   61   64   17   33.933   19.644
1.869
 202.71.140.36   62.245.153.203 u-   64   37   31.628   24.737
3.634
*127.127.1.0 .LOCL.  10 l-   64   370.0000.000
0.001

I can't boot an image with compute until the state of services are
synchronized.

Please suggest.

Thank you,
-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] nova-manage service list issues

2013-03-12 Thread Ashutosh Narayan
Anybody has any pointers on this regard ?

Thank you,

On Fri, Mar 8, 2013 at 10:09 PM, Ashutosh Narayan <
aashutoshnara...@gmail.com> wrote:

> Hi folks,
>
> I am following these 
> instructions<http://docs.openstack.org/trunk/openstack-compute/install/yum/content/compute-verifying-install.html>
>  but
> the State of *nova-manage service list* shows XXX
> which means there is some issue in time synchronization with NTP. All the
> services
> are running on the *same* host which is actually a virtual machine
> running on a Xen Server.
>
> Here is the output of nova-manange service list :
>
> [root@RLD1OPST01 ~]# nova-manage service list
> Binary   Host Zone
> Status State Updated_At
> nova-scheduler   RLD1OPST01   nova
> enabledXXX   None
> nova-certRLD1OPST01   nova
> enabledXXX   None
> nova-network RLD1OPST01   nova
> enabledXXX   None
> nova-compute RLD1OPST01   nova
> enabledXXX   None
> nova-console RLD1OPST01   nova
> enabledXXX   None
>
> ntpq outputs that system is synchronized with local clock.
>
> [root@RLD1OPST01 ~]# ntpq -pn
>  remote   refid  st t when poll reach   delay   offset
>  jitter
>
> ==
>  192.168.105.61  .INIT.  16 u-   6400.0000.000
> 0.000
>  120.88.47.10193.79.237.142 u   61   64   17   33.933   19.644
> 1.869
>  202.71.140.36   62.245.153.203 u-   64   37   31.628   24.737
> 3.634
> *127.127.1.0 .LOCL.  10 l-   64   370.0000.000
> 0.001
>
> I can't boot an image with compute until the state of services are
> synchronized.
>
> Please suggest.
>
> Thank you,
> --
> Ashutosh Narayan
>
> http://ashutoshn.wordpress.com/
>
>


-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Dashboard login page doesn't show up

2013-03-12 Thread Ashutosh Narayan
Hi folks,

I am trying to install dashboard as per instructions mentioned
here<http://docs.openstack.org/trunk/openstack-compute/install/yum/content/installing-openstack-dashboard.html>
.
First of all /etc/openstack-dashboard/local_settings.py file doesn't
exist instead /etc/openstack-dashboard/local_settings is present.
Second, file name /etc/sysconfig/memcached.conf is not present
instead I see /etc/sysconfig/memcached file.

I edit local_settings file with minimal requirements but dashboard page
doesn't show up.
I have restarted relevant services too. Where am I going wrong ?

Please suggest.


Thank you,
-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Dashboard login page doesn't show up

2013-03-12 Thread Ashutosh Narayan
Hi Matthias,

Thanks for pointing that out. I now get a login page.
But it doesn't logs me with admin credentials,
Here is a snippet of error_log

==> /var/log/httpd/error_log <==
[Tue Mar 12 10:40:16 2013] [error] unable to retrieve service catalog with
token
[Tue Mar 12 10:40:16 2013] [error] Traceback (most recent call last):
[Tue Mar 12 10:40:16 2013] [error]   File
"/usr/lib/python2.6/site-packages/keystoneclient/v2_0/client.py", line 135,
in _extract_service_catalog
[Tue Mar 12 10:40:16 2013] [error] endpoint_type='adminURL')
[Tue Mar 12 10:40:16 2013] [error]   File
"/usr/lib/python2.6/site-packages/keystoneclient/service_catalog.py", line
73, in url_for
[Tue Mar 12 10:40:16 2013] [error] raise
exceptions.EndpointNotFound('Endpoint not found.')
[Tue Mar 12 10:40:16 2013] [error] EndpointNotFound: Endpoint not found.

keystone endpoint-list throws this output :

[root@RLD1OPST01 ~]# keystone endpoint-list
+--+---+--+--+-+--+
|id|   region  |
 publicurl |   internalurl
   |   adminurl  |
 service_id|
+--+---+--+--+-+--+
| 50bb93035d9a4a18aacafdd895906f10 | RegionOne |
http://192.168.105.61:/v1/AUTH_%(tenant_id)s |
http://192.168.105.61:/v1/AUTH_%(tenant_id)s |
http://192.168.105.61:/v1| 76772ef3f79b4648981f19de39d4cab1 |
| 749974748ce8482bb2339954631baea5 | RegionOne |
http://192.168.105.61:8773/services/Cloud |
http://192.168.105.61:8773/services/Cloud |
http://192.168.105.61:8773/services/Admin  |
75748b8502964bf8aab214c074058a08 |
| 80a940e76e314148bc349578ce8eadf7 | RegionOne |
http://192.168.105.61:8776/v1/%(tenant_id)s|
http://192.168.105.61:8776/v1/%(tenant_id)s|
http://192.168.105.61:8776/v1/%(tenant_id)s |
a5da6ff105184cbda9a3619d41d297f6 |
| 897375e2d299416db3281d1b8baeabc1 | RegionOne |
http://192.168.105.61:8774/v2/%(tenant_id)s|
http://192.168.105.61:8774/v2/%(tenant_id)s|
http://192.168.105.61:8774/v2/%(tenant_id)s |
5d144f9df18d4b35810afb4199b1a321 |
| cc2fd4c2b1314cfb958e8702139a960c | RegionOne |
http://192.168.105.61:5000/v2.0  |
http://192.168.105.61:5000/v2.0  |
http://192.168.105.61:35357/v2.0  | d307d545040e4bda8ace9a7fd3581cb2 |
| e2d7819ff84746dc8e79c76bf308f2cd | RegionOne |
http://192.168.105.61:9292|
http://192.168.105.61:9292|
http://192.168.105.61:9292| 96299197a84a43d7a3932c5c6ae53ca0 |
+--+---+--+--+-+--+

Thank you,


On Tue, Mar 12, 2013 at 3:59 PM, Matthias Runge  wrote:

> On 03/12/2013 11:20 AM, Ashutosh Narayan wrote:
> > Hi folks,
> >
> > I am trying to install dashboard as per instructions mentionedhere
> > <
> http://docs.openstack.org/trunk/openstack-compute/install/yum/content/installing-openstack-dashboard.html
> >.
> > First of all |/etc/openstack-dashboard/local_settings.py file doesn't|
> > exist instead |/etc/openstack-dashboard/local_settings is present.|
> > Second, file name |/etc/sysconfig/memcached.conf is not present|
> > instead I see |/etc/sysconfig/memcached file.|
> >
> Indeed, the local_settings is the right file; that's a typo in the docs.
>
> What is shown? Do you see an error? Is the webserver running? lsof -i is
> your friend. What about firewall rules? Did you enable access, if not
> running on localhost?
>
> In the docs, the hint to visit http://192.168.206.130/horizon on RHEL is
> plainly wrong.
>
> The dashboard can be found under http:///dashboard
>
> Matthias
>
> > I edit local_settings file with minimal requirements but dashboard page
> > doesn't show up.
> > I have restarted relevant services too. Where am I going wrong ?
> >
> > Please suggest.
> >
> >
> > Thank you,
> > --
> > Ashutosh Narayan
> >
> > http://ashutoshn.wordpress.com/
> >
> >
> >
> > ___
> > Mailing list: https://launchpad.net/~openstack
> > Post to : openstack@lists.launchpad.net
> > Unsubscribe : https://launchpad.net/~openstack
> > More help   : https://help.launchpad.net/

Re: [Openstack] Dashboard login page doesn't show up

2013-03-12 Thread Ashutosh Narayan
On Tue, Mar 12, 2013 at 4:23 PM, Matthias Runge  wrote:

> On 03/12/2013 11:46 AM, Ashutosh Narayan wrote:
> > Hi Matthias,
> >
> > Thanks for pointing that out. I now get a login page.
> > But it doesn't logs me with admin credentials,
> > Here is a snippet of error_log
> >
> > ==> /var/log/httpd/error_log <==
> > [Tue Mar 12 10:40:16 2013] [error] unable to retrieve service catalog
> > with token
> > [Tue Mar 12 10:40:16 2013] [error] Traceback (most recent call last):
> > [Tue Mar 12 10:40:16 2013] [error]   File
> > "/usr/lib/python2.6/site-packages/keystoneclient/v2_0/client.py", line
> > 135, in _extract_service_catalog
> > [Tue Mar 12 10:40:16 2013] [error] endpoint_type='adminURL')
> > [Tue Mar 12 10:40:16 2013] [error]   File
> > "/usr/lib/python2.6/site-packages/keystoneclient/service_catalog.py",
> > line 73, in url_for
> > [Tue Mar 12 10:40:16 2013] [error] raise
> > exceptions.EndpointNotFound('Endpoint not found.')
> > [Tue Mar 12 10:40:16 2013] [error] EndpointNotFound: Endpoint not found.
> >
> > keystone endpoint-list throws this output :
>
> That is a known issue in keystone and fixed in Grizzly.
>
> So: what do you see, when you try to login as admin?
>
The web page keeps on waiting and error_logs shows me
what I posted earlier.

Are you taking the credentials from your keystone?
>

Yes, I am taking credentials from keystone

>
>
> A side note: the config steps in the docs are not applicable at all.
>
Is there are work around ?

>
> Matthias
>
>
> >
> > [root@RLD1OPST01 ~]# keystone endpoint-list
> >
> +--+---+--+--+-+--+
> > |id|   region  |
> >  publicurl |   internalurl
> >  |   adminurl  |
> >  service_id|
> >
> +--+---+--+--+-+--+
> > | 50bb93035d9a4a18aacafdd895906f10 | RegionOne |
> > http://192.168.105.61:/v1/AUTH_%(tenant_id)s |
> > http://192.168.105.61:/v1/AUTH_%(tenant_id)s |
> >  http://192.168.105.61:/v1|
> 76772ef3f79b4648981f19de39d4cab1 |
> > | 749974748ce8482bb2339954631baea5 | RegionOne |
> >  http://192.168.105.61:8773/services/Cloud |
> >  http://192.168.105.61:8773/services/Cloud |
> >  http://192.168.105.61:8773/services/Admin  |
> > 75748b8502964bf8aab214c074058a08 |
> > | 80a940e76e314148bc349578ce8eadf7 | RegionOne |
> > http://192.168.105.61:8776/v1/%(tenant_id)s|
> > http://192.168.105.61:8776/v1/%(tenant_id)s|
> > http://192.168.105.61:8776/v1/%(tenant_id)s |
> > a5da6ff105184cbda9a3619d41d297f6 |
> > | 897375e2d299416db3281d1b8baeabc1 | RegionOne |
> > http://192.168.105.61:8774/v2/%(tenant_id)s|
> > http://192.168.105.61:8774/v2/%(tenant_id)s|
> > http://192.168.105.61:8774/v2/%(tenant_id)s |
> > 5d144f9df18d4b35810afb4199b1a321 |
> > | cc2fd4c2b1314cfb958e8702139a960c | RegionOne |
> > http://192.168.105.61:5000/v2.0  |
> > http://192.168.105.61:5000/v2.0  |
> > http://192.168.105.61:35357/v2.0  |
> d307d545040e4bda8ace9a7fd3581cb2 |
> > | e2d7819ff84746dc8e79c76bf308f2cd | RegionOne |
> >  http://192.168.105.61:9292|
> >  http://192.168.105.61:9292|
> >  http://192.168.105.61:9292     | 96299197a84a43d7a3932c5c6ae53ca0 |
> >
> +--+---+--+--+-+--+
> >
> > Thank you,
> >
> >
> > On Tue, Mar 12, 2013 at 3:59 PM, Matthias Runge  > <mailto:mru...@redhat.com>> wrote:
> >
> > On 03/12/2013 11:20 AM, Ashutosh Narayan wrote:
> > > Hi folks,
> > >
> > > I am trying to install dashboard as per instructions mentionedhere
> > >
> > <
> http://docs.openstack.org/trunk/openstack-compute/install/yum/content/installing-openstack-dashboard.html
> >.
> > > First of all |/etc/openstack-dashboard/local_settings.py file
> doesn't|

Re: [Openstack] Dashboard login page doesn't show up

2013-03-12 Thread Ashutosh Narayan
On Tue, Mar 12, 2013 at 4:46 PM, Matthias Runge  wrote:

> On 03/12/2013 12:02 PM, Ashutosh Narayan wrote:
>
> >
> > The web page keeps on waiting and error_logs shows me
> > what I posted earlier.
> >
> > Are you taking the credentials from your keystone?
> >
> >
> > Yes, I am taking credentials from keystone
> >
> >
> Please verify your keystone settings in
> /etc/openstack-dashboard/local_settings:
> grep OPENSTACK_HOST /etc/openstack_dashboard/local_settings
>

It points to keystone IP which in my case is 192.168.105.61
so I have edited it to one as seen below :-

[root@] openstack-dashboard]# grep OPENSTACK_HOST local_settings
OPENSTACK_HOST = "192.168.105.61"
OPENSTACK_KEYSTONE_URL = "http://%s:5000/v2.0"; % OPENSTACK_HOST


> (Should point to your keystone)
>
It's pointing to the keystone.

>
> >
> > A side note: the config steps in the docs are not applicable at all.
> >
> > Is there are work around ?
> Around that additional config step? No! it's not required.
>

I am now able to login to dashboard after restarting nova-* services.
But yes, I have to troubleshoot some steps to get all components working.



>
>
> Matthias
> >
> >
> > Matthias
> >
> >
> > >
> > > [root@RLD1OPST01 ~]# keystone endpoint-list
> > >
> >
> +--+---+--+--+-+--+
> > > |id|   region  |
> > >  publicurl |   internalurl
> > >  |   adminurl  |
> > >  service_id|
> > >
> >
> +--+---+--+--+-+--+
> > > | 50bb93035d9a4a18aacafdd895906f10 | RegionOne |
> > > http://192.168.105.61:/v1/AUTH_%(tenant_id)s |
> > > http://192.168.105.61:/v1/AUTH_%(tenant_id)s |
> > >  http://192.168.105.61:/v1|
> > 76772ef3f79b4648981f19de39d4cab1 |
> > > | 749974748ce8482bb2339954631baea5 | RegionOne |
> > >  http://192.168.105.61:8773/services/Cloud |
> > >  http://192.168.105.61:8773/services/Cloud |
> > >  http://192.168.105.61:8773/services/Admin  |
> > > 75748b8502964bf8aab214c074058a08 |
> > > | 80a940e76e314148bc349578ce8eadf7 | RegionOne |
> > > http://192.168.105.61:8776/v1/%(tenant_id)s|
> > > http://192.168.105.61:8776/v1/%(tenant_id)s|
> > > http://192.168.105.61:8776/v1/%(tenant_id)s |
> > > a5da6ff105184cbda9a3619d41d297f6 |
> > > | 897375e2d299416db3281d1b8baeabc1 | RegionOne |
> > > http://192.168.105.61:8774/v2/%(tenant_id)s|
> > > http://192.168.105.61:8774/v2/%(tenant_id)s|
> > > http://192.168.105.61:8774/v2/%(tenant_id)s |
> > > 5d144f9df18d4b35810afb4199b1a321 |
> > > | cc2fd4c2b1314cfb958e8702139a960c | RegionOne |
> > > http://192.168.105.61:5000/v2.0  |
> > > http://192.168.105.61:5000/v2.0  |
> > > http://192.168.105.61:35357/v2.0  |
> > d307d545040e4bda8ace9a7fd3581cb2 |
> > > | e2d7819ff84746dc8e79c76bf308f2cd | RegionOne |
> > >  http://192.168.105.61:9292|
> > >  http://192.168.105.61:9292|
> > >  http://192.168.105.61:9292 |
> > 96299197a84a43d7a3932c5c6ae53ca0 |
> > >
> >
> +--+---+--+--+-+--+
> > >
> > > Thank you,
> > >
> > >
> > > On Tue, Mar 12, 2013 at 3:59 PM, Matthias Runge  > <mailto:mru...@redhat.com>
> > > <mailto:mru...@redhat.com <mailto:mru...@redhat.com>>> wrote:
> > >
> > > On 03/12/2013 11:20 AM, Ashutosh Narayan wrote:
> > > > Hi folks,
> > > >
> > > > I am trying to install dashboard as per instructions
> > mentionedhere
> > > >
&g

Re: [Openstack] nova-manage service list issues

2013-03-12 Thread Ashutosh Narayan
Hi Bob,

No, it was through a manual step and I was following the instructions
mentioned 
here<http://docs.openstack.org/trunk/openstack-compute/install/yum/content/compute-verifying-install.html>
.
I am running all the services on single hosts which is actually a virtual
machine
running on a Xen Server. The time is synchronized to local clock.
Whenever I run *ntpstat *it says time out. But *ntpq -pn *throws this
output ;

[root@test keystone]# ntpq -pn
 remote   refid  st t when poll reach   delay   offset
 jitter
==
 192.168.105.61  .INIT.  16 u- 102400.0000.000
0.000
+123.108.225.6   209.51.161.238   2 u  206 1024  377   30.935   33.969
 24.089
*120.88.47.10193.67.79.2022 u  264 1024  377   56.993  -20.153
 45.821
 127.127.1.0 .LOCL.  10 l5   64  3770.0000.000
0.001

Here there is too much jitter with server bearing IP 120.88.47.10.
What if I only set local host as only source of time in *ntp.conf* ?
Won't this help for all nova-* services to synchronize as I am running
all services on single host?

I guess this is the reason why I can't boot an image using nova boot


On Tue, Mar 12, 2013 at 6:54 PM, Bob Ball  wrote:

> We’d hope that there was something output to one of the log files in this
> case.  Is there anything that seems suspicious?
>
> ** **
>
> Also, is this through a manual setup, or are you running devstack?
>
> ** **
>
> *From:* openstack-bounces+bob.ball=citrix@lists.launchpad.net [mailto:
> openstack-bounces+bob.ball=citrix....@lists.launchpad.net] *On Behalf Of 
> *Ashutosh
> Narayan
> *Sent:* 12 March 2013 07:41
> *To:* OpenStack
> *Subject:* Re: [Openstack] nova-manage service list issues
>
> ** **
>
> Anybody has any pointers on this regard ?****
>
> ** **
>
> Thank you,
>
> On Fri, Mar 8, 2013 at 10:09 PM, Ashutosh Narayan <
> aashutoshnara...@gmail.com> wrote:
>
> Hi folks,
>
> ** **
>
> I am following these 
> instructions<http://docs.openstack.org/trunk/openstack-compute/install/yum/content/compute-verifying-install.html>
>  but
> the State of *nova-manage service list* shows XXX 
>
> which means there is some issue in time synchronization with NTP. All the
> services
>
> are running on the *same* host which is actually a virtual machine
> running on a Xen Server.
>
> ** **
>
> Here is the output of nova-manange service list :
>
> ** **
>
> [root@RLD1OPST01 ~]# nova-manage service list
>
> Binary   Host Zone
> Status State Updated_At
>
> nova-scheduler   RLD1OPST01   nova
> enabledXXX   None  
>
> nova-certRLD1OPST01   nova
> enabledXXX   None  
>
> nova-network RLD1OPST01   nova
> enabledXXX   None  
>
> nova-compute RLD1OPST01   nova
> enabledXXX   None  
>
> nova-console RLD1OPST01   nova
> enabledXXX   None  
>
> ** **
>
> ntpq outputs that system is synchronized with local clock.
>
> ** **
>
> [root@RLD1OPST01 ~]# ntpq -pn
>
>  remote   refid  st t when poll reach   delay   offset
>  jitter
>
>
> ==
> 
>
>  192.168.105.61  .INIT.  16 u-   6400.0000.000
> 0.000
>
>  120.88.47.10193.79.237.142 u   61   64   17   33.933   19.644
> 1.869
>
>  202.71.140.36   62.245.153.203 u-   64   37   31.628   24.737
> 3.634
>
> *127.127.1.0 .LOCL.  10 l-   64   370.0000.000
> 0.001
>
> ** **
>
> I can't boot an image with compute until the state of services are
> synchronized.
>
> ** **
>
> Please suggest.
>
> ** **
>
> Thank you,
>
> --
> Ashutosh Narayan
>
> http://ashutoshn.wordpress.com/
>
>
>
> 
>
> ** **
>
> --
> Ashutosh Narayan
>
> http://ashutoshn.wordpress.com/
>



-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Dashboard login page doesn't show up

2013-03-12 Thread Ashutosh Narayan
Hi Matthias,

I am again facing issues, the dashboard login page is taking too long to
load.
I was able to login yesterday but now again the server is not showing the
login page.
I have restarted nova-* services too, but again no luck.

On Tue, Mar 12, 2013 at 8:46 PM, Anne Gentle  wrote:

> Doc bug logged https://bugs.launchpad.net/openstack-manuals/+bug/1154141about 
> the Dashboard (Horizon) outdated instructions. Feel free to pick it
> up and fix.
>
> Anne
>
>
> On Tue, Mar 12, 2013 at 7:01 AM, Ashutosh Narayan <
> aashutoshnara...@gmail.com> wrote:
>
>>
>>
>> On Tue, Mar 12, 2013 at 4:46 PM, Matthias Runge wrote:
>>
>>> On 03/12/2013 12:02 PM, Ashutosh Narayan wrote:
>>>
>>> >
>>> > The web page keeps on waiting and error_logs shows me
>>> > what I posted earlier.
>>> >
>>> > Are you taking the credentials from your keystone?
>>> >
>>> >
>>> > Yes, I am taking credentials from keystone
>>> >
>>> >
>>> Please verify your keystone settings in
>>> /etc/openstack-dashboard/local_settings:
>>> grep OPENSTACK_HOST /etc/openstack_dashboard/local_settings
>>>
>>
>> It points to keystone IP which in my case is 192.168.105.61
>> so I have edited it to one as seen below :-
>>
>> [root@] openstack-dashboard]# grep OPENSTACK_HOST local_settings
>> OPENSTACK_HOST = "192.168.105.61"
>> OPENSTACK_KEYSTONE_URL = "http://%s:5000/v2.0"; % OPENSTACK_HOST
>>
>>
>>> (Should point to your keystone)
>>>
>> It's pointing to the keystone.
>>
>>>
>>> >
>>> > A side note: the config steps in the docs are not applicable at
>>> all.
>>> >
>>> > Is there are work around ?
>>> Around that additional config step? No! it's not required.
>>>
>>
>> I am now able to login to dashboard after restarting nova-* services.
>> But yes, I have to troubleshoot some steps to get all components working.
>>
>>
>>
>>>
>>>
>>> Matthias
>>> >
>>> >
>>> > Matthias
>>> >
>>> >
>>> > >
>>> > > [root@RLD1OPST01 ~]# keystone endpoint-list
>>> > >
>>> >
>>> +--+---+--+--+-+--+
>>> > > |id|   region  |
>>> > >  publicurl |   internalurl
>>> > >  |   adminurl  |
>>> > >  service_id|
>>> > >
>>> >
>>> +--+---+--+--+-+--+
>>> > > | 50bb93035d9a4a18aacafdd895906f10 | RegionOne |
>>> > > http://192.168.105.61:/v1/AUTH_%(tenant_id)s |
>>> > > http://192.168.105.61:/v1/AUTH_%(tenant_id)s |
>>> > >  http://192.168.105.61:/v1|
>>> > 76772ef3f79b4648981f19de39d4cab1 |
>>> > > | 749974748ce8482bb2339954631baea5 | RegionOne |
>>> > >  http://192.168.105.61:8773/services/Cloud |
>>> > >  http://192.168.105.61:8773/services/Cloud |
>>> > >  http://192.168.105.61:8773/services/Admin  |
>>> > > 75748b8502964bf8aab214c074058a08 |
>>> > > | 80a940e76e314148bc349578ce8eadf7 | RegionOne |
>>> > > http://192.168.105.61:8776/v1/%(tenant_id)s|
>>> > > http://192.168.105.61:8776/v1/%(tenant_id)s|
>>> > > http://192.168.105.61:8776/v1/%(tenant_id)s |
>>> > > a5da6ff105184cbda9a3619d41d297f6 |
>>> > > | 897375e2d299416db3281d1b8baeabc1 | RegionOne |
>>> > > http://192.168.105.61:8774/v2/%(tenant_id)s|
>>> > > http://192.168.105.61:8774/v2/%(tenant_id)s|
>>> > > http://192.168.105.61:8774/v2/%(tenant_id)s |
>>> > > 5d144f9df18d4b35810afb4199b1a321 |
>>> > > | cc2fd4c2b1314cfb958e8702139a960c | RegionOne |
>>> > > http://192.168.105.61:5

Re: [Openstack] Dashboard login page doesn't show up

2013-03-13 Thread Ashutosh Narayan
It worked. When I restart services multiple times I get the login page.

On Wed, Mar 13, 2013 at 12:20 PM, Ashutosh Narayan <
aashutoshnara...@gmail.com> wrote:

> Hi Matthias,
>
> I am again facing issues, the dashboard login page is taking too long to
> load.
> I was able to login yesterday but now again the server is not showing the
> login page.
> I have restarted nova-* services too, but again no luck.
>
>
> On Tue, Mar 12, 2013 at 8:46 PM, Anne Gentle  wrote:
>
>> Doc bug logged 
>> https://bugs.launchpad.net/openstack-manuals/+bug/1154141about the Dashboard 
>> (Horizon) outdated instructions. Feel free to pick it
>> up and fix.
>>
>> Anne
>>
>>
>> On Tue, Mar 12, 2013 at 7:01 AM, Ashutosh Narayan <
>> aashutoshnara...@gmail.com> wrote:
>>
>>>
>>>
>>> On Tue, Mar 12, 2013 at 4:46 PM, Matthias Runge wrote:
>>>
>>>> On 03/12/2013 12:02 PM, Ashutosh Narayan wrote:
>>>>
>>>> >
>>>> > The web page keeps on waiting and error_logs shows me
>>>> > what I posted earlier.
>>>> >
>>>> > Are you taking the credentials from your keystone?
>>>> >
>>>> >
>>>> > Yes, I am taking credentials from keystone
>>>> >
>>>> >
>>>> Please verify your keystone settings in
>>>> /etc/openstack-dashboard/local_settings:
>>>> grep OPENSTACK_HOST /etc/openstack_dashboard/local_settings
>>>>
>>>
>>> It points to keystone IP which in my case is 192.168.105.61
>>> so I have edited it to one as seen below :-
>>>
>>> [root@] openstack-dashboard]# grep OPENSTACK_HOST local_settings
>>> OPENSTACK_HOST = "192.168.105.61"
>>> OPENSTACK_KEYSTONE_URL = "http://%s:5000/v2.0"; % OPENSTACK_HOST
>>>
>>>
>>>> (Should point to your keystone)
>>>>
>>> It's pointing to the keystone.
>>>
>>>>
>>>> >
>>>> > A side note: the config steps in the docs are not applicable at
>>>> all.
>>>> >
>>>> > Is there are work around ?
>>>> Around that additional config step? No! it's not required.
>>>>
>>>
>>> I am now able to login to dashboard after restarting nova-* services.
>>> But yes, I have to troubleshoot some steps to get all components working.
>>>
>>>
>>>
>>>>
>>>>
>>>> Matthias
>>>> >
>>>> >
>>>> > Matthias
>>>> >
>>>> >
>>>> > >
>>>> > > [root@RLD1OPST01 ~]# keystone endpoint-list
>>>> > >
>>>> >
>>>> +--+---+--+--+-+--+
>>>> > > |id|   region  |
>>>> > >  publicurl |   internalurl
>>>> > >  |   adminurl  |
>>>> > >  service_id|
>>>> > >
>>>> >
>>>> +--+---+--+--+-+--+
>>>> > > | 50bb93035d9a4a18aacafdd895906f10 | RegionOne |
>>>> > > http://192.168.105.61:/v1/AUTH_%(tenant_id)s |
>>>> > > http://192.168.105.61:/v1/AUTH_%(tenant_id)s |
>>>> > >  http://192.168.105.61:/v1|
>>>> > 76772ef3f79b4648981f19de39d4cab1 |
>>>> > > | 749974748ce8482bb2339954631baea5 | RegionOne |
>>>> > >  http://192.168.105.61:8773/services/Cloud |
>>>> > >  http://192.168.105.61:8773/services/Cloud |
>>>> > >  http://192.168.105.61:8773/services/Admin  |
>>>> > > 75748b8502964bf8aab214c074058a08 |
>>>> > > | 80a940e76e314148bc349578ce8eadf7 | RegionOne |
>>>> > > http://192.168.105.61:8776/v1/%(tenant_id)s|
>>>> > > http://192.168.105.61:8776/v1/%(tenant_id)s|
>>

[Openstack] OpenStack on OpenSuse 12.2

2013-03-15 Thread Ashutosh Narayan
Hi folks,

Has anybody on the list tried installing OpenStack [Folsom] on OpenSuSE
12.2 64 bit system ?
Is there any documentation available for the same ?

Thank you,
-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Documentations for installing Grizzly release on CentOS/RedHat

2013-04-22 Thread Ashutosh Narayan
Hi Folks,

I want to install Grizzly release of OpenStack on CentOS 6.3
I am unable to source out any documentations pertaining to it.
The OpenStack documentation home page has the one for Folsom release.
Can someone point me to a step by step documentation for the same ?

Thank you,
-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Documentations for installing Grizzly release on CentOS/RedHat

2013-04-22 Thread Ashutosh Narayan
Yes, I am following the same link.

Thank you,

On Mon, Apr 22, 2013 at 2:31 PM, Matthias Runge  wrote:

> On 04/22/2013 10:49 AM, Ashutosh Narayan wrote:
> > Hi Folks,
> >
> > I want to install Grizzly release of OpenStack on CentOS 6.3
> > I am unable to source out any documentations pertaining to it.
> > The OpenStack documentation home page has the one for Folsom release.
> > Can someone point me to a step by step documentation for the same ?
> >
>
> You might want to look at
> http://openstack.redhat.com/Quickstart
>
> It's all there, packages, docs, a forum,...
>
> Matthias
>
> ___
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>



-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] No Network and Router sections in Grizzly's Admin tab

2013-04-26 Thread Ashutosh Narayan
Hi folks,

I have just installed Grizzly release on CentOS 6.3 after following the
documentations
given on this link - http://openstack.redhat.com/Quickstart
After logging in with admin user, I do not see "Networks" and "Routers"
section under
Admin tab. I have installed Grizzly using packstack --allinone command.
Did this miss out Network configuration ?

(keystone_admin)]# nova network-list
++-+-+
| ID | Label   | Cidr|
++-+-+
| 1  | novanetwork | 192.168.32.0/22 |
++-+-+

Please suggest where I went wrong.


Thank you,

-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Quantum CLI errors on Grizzly

2013-04-29 Thread Ashutosh Narayan
Hi folks,

I have installed Grizzly on CentOS 6.3 and was setting up Quantum by
following the instructions given in the below link :
https://fedoraproject.org/wiki/Packstack_to_Quantum

In step 13 when I start using Quantum CLI to create a private
network using the command - *quantum net-create private*
I get [ Error 111 ] Connection refused as an error.
I have installed OpenvSwitch from the source

Even in the dashboard it's not allowing me to create Routers.
Same Error 111 is seen there too.

Any suggestions ?

Thank you,
-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] [Grizzly] Unable to retrieve quota information

2013-04-29 Thread Ashutosh Narayan
Hi Folks,

I have installed Grizzly on CentOS 6.4. I was able to see quota information
for quite some time. But looks like after reboot the quota information is
not
reflected in the Overview tab. Is there a bug related to this, if not which
services should I check to fix this issue.

Please suggest.

Thank you,
-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Grizzly] Unable to retrieve quota information

2013-04-29 Thread Ashutosh Narayan
Hi,

Data is not displayed at all and it pops an error dialog.

Http error_log shows -

[Mon Apr 29 12:11:35 2013] [error] \x1b[31;1mRecoverable error: [Errno 111]
Connection refused\x1b[0m

Error 111 is another pop up which I see when I click on various sections
under Admin tab or Projects Tab.

Any pointers ?

On Mon, Apr 29, 2013 at 4:55 PM, Julie Pichon  wrote:

> Hello,
>
> "Ashutosh Narayan"  wrote:
> > I have installed Grizzly on CentOS 6.4. I was able to see quota
> information
> > for quite some time. But looks like after reboot the quota information is
> > not reflected in the Overview tab. Is there a bug related to this, if
> not which
> > services should I check to fix this issue.
>
> Is the data itself wrong, or is it not displayed at all with an error
> notification popping up?
>
> Have a look at your httpd error logs when this happens and see if there is
> more information there (like a stack trace).
>
> Regards,
>
> Julie
>



-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Installing OpenvSwitch on CentOS 6.4

2013-05-06 Thread Ashutosh Narayan
Hi Folks,

I have installed Grizzly on CentOS 6.4 and facing some issues while
installing OpenvSwitch in order to make Quantum service work properly.
Can anybody point me to some link which has useful information for the same
?
I was following this link to set up Quantum -
https://fedoraproject.org/wiki/Packstack_to_Quantum

And the below mentioned link to install OpenvSwitch -
http://networkstatic.net/open-vswitch-red-hat-installation/
I am not able to compile the source. It fails while running make.

Thank you,

-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Installing OpenvSwitch on CentOS 6.4

2013-05-06 Thread Ashutosh Narayan
Hi Ken,

Yes, I have commented that code in the line 242.
Let me see if following the second link that you
sent helps.

Thank you,

On Tue, May 7, 2013 at 10:50 AM, Ken'ichi Ohmichi  wrote:

>
> Hi Ashutosh,
>
> On Tue, 7 May 2013 10:23:23 +0530
> Ashutosh Narayan  wrote:
> >
> > I have installed Grizzly on CentOS 6.4 and facing some issues while
> > installing OpenvSwitch in order to make Quantum service work properly.
> > Can anybody point me to some link which has useful information for the
> same
> > ?
> > I was following this link to set up Quantum -
> > https://fedoraproject.org/wiki/Packstack_to_Quantum
> >
> > And the below mentioned link to install OpenvSwitch -
> > http://networkstatic.net/open-vswitch-red-hat-installation/
> > I am not able to compile the source. It fails while running make.
>
> As http://networkstatic.net/open-vswitch-red-hat-installation/ mentioned,
> did you comment out the skb_frag_page() of skbuff.h file?
>
> I faced similar problem on RHEL6.3 and I could do it by the following:
> http://www.mail-archive.com/openstack@lists.launchpad.net/msg20254.html
>
>
> Thanks
> Ken'ichi Ohmichi
>



-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Grizzly on CentOS VM running on Xen Server 6.0.2

2013-05-07 Thread Ashutosh Narayan
Hi Folks,

Has anybody on the list installed Grizzly on CentOS 6.3 as a virtual machine
running on Xen Server 6.0.2 ? If yes, please provide any pointers for the
same.

Thank you,

-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Installing OpenvSwitch on CentOS 6.4

2013-05-08 Thread Ashutosh Narayan
On Wed, May 8, 2013 at 1:36 PM, Robert van Leeuwen <
robert.vanleeu...@spilgames.com> wrote:

> >> And the below mentioned link to install OpenvSwitch -
> >> http://networkstatic.net/open-vswitch-red-hat-installation/
> >> I am not able to compile the source. It fails while running make.
>
> > That may be old now redundant info.
> > kernel >= 2.6.32-343 should facilitate OpenvSwitch.
> >Note also that user space rpms are available from the RDO repositories.
> >Please see http://openstack.redhat.com/Quickstart for setup details.
>
> Depends a bit on what functionality you want.
> That OpenvSwitch implementation does not support GRE tunnels.
>
> Let me know if you need GRE tunnels, I'll send you the (s)RPMS we use for
> openvswitch.
>
I am not using GRE tunnels for the current installation.

>
> Cheers,
> Robert van Leeuwen
> ___
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>



-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] [Quantum] Error while creating integration bridge

2013-05-08 Thread Ashutosh Narayan
Hi Folks,

I was following the below link to install Quantum on Grizzly -
https://fedoraproject.org/wiki/Packstack_to_Quantum

While running the step to create integration bridge I get
the following error :
[root@ ~(keystone_admin)]# ovs-vsctl add-br br-int
2013-05-08T10:50:37Z|2|reconnect|WARN|unix:/usr/local/var/run/openvswitch/db.sock:
connection attempt failed (Connection refused)
ovs-vsctl: unix:/usr/local/var/run/openvswitch/db.sock: database connection
failed (Connection refused)

What could be the possible reason behind this ?

Thank you,
-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Quantum] Error while creating integration bridge

2013-05-08 Thread Ashutosh Narayan
Hi Filipe,

Service was already running. I tried restarting it. No luck

On Wed, May 8, 2013 at 4:49 PM, Filipe Manco  wrote:

> Probably the openvswitch service isn't running. Run service openvswitch
> status to check it. If it is already running try to restart it.
>
> Filipe Manco
> http://about.me/fmanco
>
>
> 2013/5/8 Ashutosh Narayan 
>
>> Hi Folks,
>>
>> I was following the below link to install Quantum on Grizzly -
>> https://fedoraproject.org/wiki/Packstack_to_Quantum
>>
>> While running the step to create integration bridge I get
>> the following error :
>> [root@ ~(keystone_admin)]# ovs-vsctl add-br br-int
>> 2013-05-08T10:50:37Z|2|reconnect|WARN|unix:/usr/local/var/run/openvswitch/db.sock:
>> connection attempt failed (Connection refused)
>> ovs-vsctl: unix:/usr/local/var/run/openvswitch/db.sock: database
>> connection failed (Connection refused)
>>
>> What could be the possible reason behind this ?
>>
>> Thank you,
>> --
>> Ashutosh Narayan
>>
>> http://ashutoshn.wordpress.com/
>>
>>
>> ___
>> Mailing list: https://launchpad.net/~openstack
>> Post to : openstack@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~openstack
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>


-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Quantum CLI errors on Grizzly

2013-05-08 Thread Ashutosh Narayan
Hi Jay,

The log file ( /var/log/quantum/server.log) that you requested is empty :(
What else can I do to trouble shoot ?

On Mon, Apr 29, 2013 at 8:38 PM, Jay S Bryant  wrote:

> Ashutosh,
>
> Have you verified that the necessary Quantum processes are running?  If
> not, ensure that quantum-dhcp-agent, quantum-l3-agent,
> quantum-openvswitch-agent and most importantly quantum are running.  If
> those processes are running can you share the output from
> /var/log/quantum/server.log .  It should contain a hint as to why the
> server is not ready for connections.
>
> Also, please be aware, the first time you start quantum it can take quite
> some time to be ready for CLI connections depending on the speed of the
> database you are using.
>
> *
>
> Jay S. Bryant**
> Linux Developer -
>OpenStack Enterprise Edition*
>   [image: OpenStack Community Logo]
> Department 7YLA, Building 015-2, Office E125, Rochester, MN
> Telephone: (507) 253-4270, FAX (507) 253-6410
> TIE Line: 553-4270
> E-Mail:  jsbry...@us.ibm.com
> 
> All the world's a stage and most of us are desperately unrehearsed.
>   -- Sean O'Casey
> --------
>
>
>
> From:Ashutosh Narayan 
> To:OpenStack ,
> Date:04/29/2013 05:08 AM
> Subject:[Openstack] Quantum CLI errors on Grizzly
> Sent by:"Openstack"  us.ibm@lists.launchpad.net>
> --
>
>
>
> Hi folks,
>
> I have installed Grizzly on CentOS 6.3 and was setting up Quantum by
> following the instructions given in the below link :
> *https://fedoraproject.org/wiki/Packstack_to_Quantum*<https://fedoraproject.org/wiki/Packstack_to_Quantum>
>
> In step 13 when I start using Quantum CLI to create a private
> network using the command - *quantum net-create private*
> I get [ Error 111 ] Connection refused as an error.
> I have installed OpenvSwitch from the source
>
> Even in the dashboard it's not allowing me to create Routers.
> Same Error 111 is seen there too.
>
> Any suggestions ?
>
> Thank you,
> --
> Ashutosh Narayan
> *
> **http://ashutoshn.wordpress.com/* <http://ashutoshn.wordpress.com/>
> _______
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>
>


-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
<>___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Quantum CLI errors on Grizzly

2013-05-08 Thread Ashutosh Narayan
18:07:31ERROR [quantum.agent.linux.ovs_lib] Unable to
execute ['ovs-vsctl', '--timeout=2', 'list-ports', 'br-int']. Exception:
Command: ['sudo', 'ovs-vsctl', '--timeout=2', 'list-ports', 'br-int']
Exit code: 1
Stdout: ''
Stderr: 'sudo: no tty present and no askpass program specified\n'
2013-05-08 18:07:32ERROR [quantum.agent.linux.ovs_lib] Unable to
execute ['ovs-vsctl', '--timeout=2', 'list-ports', 'br-int']. Exception:
Command: ['sudo', 'ovs-vsctl', '--timeout=2', 'list-ports', 'br-int']
Exit code: 1
Stdout: ''
Stderr: 'sudo: no tty present and no askpass program specified\n'
2013-05-08 18:07:34ERROR [quantum.agent.linux.ovs_lib] Unable to
execute ['ovs-vsctl', '--timeout=2', 'list-ports', 'br-int']. Exception:
Command: ['sudo', 'ovs-vsctl', '--timeout=2', 'list-ports', 'br-int']
Exit code: 1
Stdout: ''
Stderr: 'sudo: no tty present and no askpass program specified\n'
2013-05-08 18:07:36ERROR [quantum.agent.linux.ovs_lib] Unable to
execute ['ovs-vsctl', '--timeout=2', 'list-ports', 'br-int']. Exception:
Command: ['sudo', 'ovs-vsctl', '--timeout=2', 'list-ports', 'br-int']
Exit code: 1
Stdout: ''
Stderr: 'sudo: no tty present and no askpass program specified\n'


Please let me know if this provides any clue to troubleshoot the issue.

On Wed, May 8, 2013 at 5:52 PM, Ashutosh Narayan  wrote:

> Hi Jay,
>
> The log file ( /var/log/quantum/server.log) that you requested is empty :(
> What else can I do to trouble shoot ?
>
>
> On Mon, Apr 29, 2013 at 8:38 PM, Jay S Bryant  wrote:
>
>> Ashutosh,
>>
>> Have you verified that the necessary Quantum processes are running?  If
>> not, ensure that quantum-dhcp-agent, quantum-l3-agent,
>> quantum-openvswitch-agent and most importantly quantum are running.  If
>> those processes are running can you share the output from
>> /var/log/quantum/server.log .  It should contain a hint as to why the
>> server is not ready for connections.
>>
>> Also, please be aware, the first time you start quantum it can take quite
>> some time to be ready for CLI connections depending on the speed of the
>> database you are using.
>>
>> *
>>
>> Jay S. Bryant**
>> Linux Developer -
>>OpenStack Enterprise Edition*
>>   [image: OpenStack Community Logo]
>> Department 7YLA, Building 015-2, Office E125, Rochester, MN
>> Telephone: (507) 253-4270, FAX (507) 253-6410
>> TIE Line: 553-4270
>> E-Mail:  jsbry...@us.ibm.com
>> 
>> All the world's a stage and most of us are desperately unrehearsed.
>>   -- Sean O'Casey
>> 
>>
>>
>>
>> From:Ashutosh Narayan 
>> To:OpenStack ,
>> Date:04/29/2013 05:08 AM
>> Subject:[Openstack] Quantum CLI errors on Grizzly
>> Sent by:"Openstack" > us.ibm@lists.launchpad.net>
>> --
>>
>>
>>
>> Hi folks,
>>
>> I have installed Grizzly on CentOS 6.3 and was setting up Quantum by
>> following the instructions given in the below link :
>> *https://fedoraproject.org/wiki/Packstack_to_Quantum*<https://fedoraproject.org/wiki/Packstack_to_Quantum>
>>
>> In step 13 when I start using Quantum CLI to create a private
>> network using the command - *quantum net-create private*
>> I get [ Error 111 ] Connection refused as an error.
>> I have installed OpenvSwitch from the source
>>
>> Even in the dashboard it's not allowing me to create Routers.
>> Same Error 111 is seen there too.
>>
>> Any suggestions ?
>>
>> Thank you,
>> --
>> Ashutosh Narayan
>> *
>> **http://ashutoshn.wordpress.com/* <http://ashutoshn.wordpress.com/>
>> ___
>> Mailing list: https://launchpad.net/~openstack
>> Post to : openstack@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~openstack
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>
>
> --
> Ashutosh Narayan
>
> http://ashutoshn.wordpress.com/
>
>


-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
<>___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Quantum] Error while creating integration bridge

2013-05-08 Thread Ashutosh Narayan
Hi Filipe,

OpenvSwitch module is properly loaded in the kernel.
I was able to create bridges. I now have problems in
creating private networks using Quantum CLI.
( This has been posted in another thread to the list )

Thank you,

On Thu, May 9, 2013 at 3:35 AM, Filipe Manco  wrote:

> Can you provide the logs of openvswitch?
> Also check that the openvswitch kernel module is correctly loaded.
>
> Filipe Manco
> http://about.me/fmanco
>
>
> 2013/5/8 Ashutosh Narayan 
>
>> Hi Filipe,
>>
>> Service was already running. I tried restarting it. No luck
>>
>>
>> On Wed, May 8, 2013 at 4:49 PM, Filipe Manco wrote:
>>
>>> Probably the openvswitch service isn't running. Run service openvswitch
>>> status to check it. If it is already running try to restart it.
>>>
>>> Filipe Manco
>>> http://about.me/fmanco
>>>
>>>
>>> 2013/5/8 Ashutosh Narayan 
>>>
>>>>  Hi Folks,
>>>>
>>>> I was following the below link to install Quantum on Grizzly -
>>>> https://fedoraproject.org/wiki/Packstack_to_Quantum
>>>>
>>>> While running the step to create integration bridge I get
>>>> the following error :
>>>> [root@ ~(keystone_admin)]# ovs-vsctl add-br br-int
>>>> 2013-05-08T10:50:37Z|2|reconnect|WARN|unix:/usr/local/var/run/openvswitch/db.sock:
>>>> connection attempt failed (Connection refused)
>>>> ovs-vsctl: unix:/usr/local/var/run/openvswitch/db.sock: database
>>>> connection failed (Connection refused)
>>>>
>>>> What could be the possible reason behind this ?
>>>>
>>>> Thank you,
>>>> --
>>>> Ashutosh Narayan
>>>>
>>>> http://ashutoshn.wordpress.com/
>>>>
>>>>
>>>> ___
>>>> Mailing list: https://launchpad.net/~openstack
>>>> Post to : openstack@lists.launchpad.net
>>>> Unsubscribe : https://launchpad.net/~openstack
>>>> More help   : https://help.launchpad.net/ListHelp
>>>>
>>>>
>>>
>>
>>
>> --
>> Ashutosh Narayan
>>
>> http://ashutoshn.wordpress.com/
>>
>>
>


-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Quantum] Error while creating integration bridge

2013-05-09 Thread Ashutosh Narayan
Hi Kamarul,

Thanks for the response. It helped me resolve the issue.

On Thu, May 9, 2013 at 11:52 AM, Kamarul  wrote:

> Hi Ashutosh,
>
> In reply to your query on Quantum CLI errors on Grizzly
>
> I have similar error when running quantum net-create private as per step
> 13.1 Create a private network according to
> https://fedoraproject.org/wiki/Packstack_to_Quantum
>
> My System information:
>
> RHEL 6.4
> Installation done following the Red Hat RDO @
> http://openstack.redhat.com/Quickstart, you may go deep into looking my
> post on installing RDO for RHEL @
> http://openstack.redhat.com/forum/discussion/98/my-redhat-version#Item_4
>
> Workaround:
>
> 1) Disable selinux
> 2) Disable firewall
>
> Above steps might not be the root cause.
>
> Looking into /var/log/quantum
>
> tail /var/log/quantum/l3-agent.log
> 2013-05-09 11:07:38ERROR [quantum.openstack.common.rpc.impl_qpid]
> Unable to connect to AMQP server: [Errno -2] Name or service not known.
> Sleeping 16 seconds
>
> It is said that "Unable to connect to AMQP server"
>
> 1) check the qpid service whether it is running or not
>
> # netstat -ntupl |grep 5672
> tcp0  0 0.0.0.0:56720.0.0.0:*
> LISTEN  2671/qpidd
> tcp0  0 :::5672
> :::*LISTEN  2671/qpidd
>
> 2) check your /etc/quantum/quantum.conf
> search for qpid_hostname, for example my configuration
>
> qpid_hostname = rdo
>
> the program look for qpid service on host rdo instead of localhost,
> Check whether you can ping the hostname, e.g ping rdo, if it is not then
> resolve it via /etc/hosts file
>
> 127.0.0.1   localhost localhost.localdomain localhost4 rdo
>
> 3) This might also not be the cause, but I did change. Check your
> /etc/nova/nova.conf
> #grep rabbit /etc/nova/nova.conf
>
> rabbit_host=192.168.204.134
>
> re run the quantum net-create step.
>
> I also able to create network and routers in dashboard
>
> Hope this helps.*
>
> *
>
> Thank You,
>
> Regards
> Kamarul
>
> Follow me at rehdat.blogspot.com
>
>
> On Thu, May 9, 2013 at 2:01 PM, Ashutosh Narayan <
> aashutoshnara...@gmail.com> wrote:
>
>> Hi Filipe,
>>
>> OpenvSwitch module is properly loaded in the kernel.
>> I was able to create bridges. I now have problems in
>> creating private networks using Quantum CLI.
>> ( This has been posted in another thread to the list )
>>
>> Thank you,
>>
>> On Thu, May 9, 2013 at 3:35 AM, Filipe Manco wrote:
>>
>>> Can you provide the logs of openvswitch?
>>> Also check that the openvswitch kernel module is correctly loaded.
>>>
>>> Filipe Manco
>>> http://about.me/fmanco
>>>
>>>
>>> 2013/5/8 Ashutosh Narayan 
>>>
>>>> Hi Filipe,
>>>>
>>>> Service was already running. I tried restarting it. No luck
>>>>
>>>>
>>>> On Wed, May 8, 2013 at 4:49 PM, Filipe Manco wrote:
>>>>
>>>>> Probably the openvswitch service isn't running. Run service
>>>>> openvswitch status to check it. If it is already running try to
>>>>> restart it.
>>>>>
>>>>> Filipe Manco
>>>>> http://about.me/fmanco
>>>>>
>>>>>
>>>>> 2013/5/8 Ashutosh Narayan 
>>>>>
>>>>>>  Hi Folks,
>>>>>>
>>>>>> I was following the below link to install Quantum on Grizzly -
>>>>>> https://fedoraproject.org/wiki/Packstack_to_Quantum
>>>>>>
>>>>>> While running the step to create integration bridge I get
>>>>>> the following error :
>>>>>> [root@ ~(keystone_admin)]# ovs-vsctl add-br br-int
>>>>>> 2013-05-08T10:50:37Z|2|reconnect|WARN|unix:/usr/local/var/run/openvswitch/db.sock:
>>>>>> connection attempt failed (Connection refused)
>>>>>> ovs-vsctl: unix:/usr/local/var/run/openvswitch/db.sock: database
>>>>>> connection failed (Connection refused)
>>>>>>
>>>>>> What could be the possible reason behind this ?
>>>>>>
>>>>>> Thank you,
>>>>>> --
>>>>>> Ashutosh Narayan
>>>>>>
>>>>>> http://ashutoshn.wordpress.com/
>>>>>>
>>>>>>
>>>>>> ___
>>>>>> Mailing list: https://launchpad.net/~openstack
>>>>>> Post to : openstack@lists.launchpad.net
>>>>>> Unsubscribe : https://launchpad.net/~openstack
>>>>>> More help   : https://help.launchpad.net/ListHelp
>>>>>>
>>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Ashutosh Narayan
>>>>
>>>> http://ashutoshn.wordpress.com/
>>>>
>>>>
>>>
>>
>>
>> --
>> Ashutosh Narayan
>>
>> http://ashutoshn.wordpress.com/
>>
>>
>> ___
>> Mailing list: https://launchpad.net/~openstack
>> Post to : openstack@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~openstack
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>


-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] [Grizzly] Unable to create volumes

2013-05-09 Thread Ashutosh Narayan
Hi folks,

Am all set to launch an instance after getting good
response from this mailing list for most of my queries.
I am now facing issues in creating volumes from the
dashboard. Here is volume log file for reference :

2013-05-09 15:24:49ERROR [cinder.service] Unhandled exception
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/cinder/service.py", line 224, in
_start_child
self._child_process(wrap.server)
  File "/usr/lib/python2.6/site-packages/cinder/service.py", line 201, in
_child_process
launcher.run_server(server)
  File "/usr/lib/python2.6/site-packages/cinder/service.py", line 95, in
run_server
server.start()
  File "/usr/lib/python2.6/site-packages/cinder/service.py", line 342, in
start
self.manager.init_host()
  File "/usr/lib/python2.6/site-packages/cinder/volume/manager.py", line
143, in init_host
self.driver.check_for_setup_error()
  File "/usr/lib/python2.6/site-packages/cinder/volume/drivers/lvm.py",
line 78, in check_for_setup_error
raise exception.VolumeBackendAPIException(data=exception_message)
VolumeBackendAPIException: Bad or unexpected response from the storage
volume backend API: volume group cinder-volumes doesn't exist

It says - volume group cinder-volume does not exist.
But /etc/cinder/cinder.conf has volume group set to cinder-volumes.
Here is a snippet of cinder.conf :
[..]
verbose=False
rabbit_port=5672
rabbit_password=
volume_group=cinder-volumes
rabbit_host=127.0.0.1
iscsi_ip_address=192.168.105.67
[..]

Any pointers on how to trouble shoot this issue.
I have also followed this bug -
https://bugs.launchpad.net/openstack-manuals/+bug/1078353

Thank you,

-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Grizzly] Unable to create volumes

2013-05-09 Thread Ashutosh Narayan
Hi Eric,

Output of *pvscan *throws - "No matching physical volumes found"

Where else can I see ?

On Thu, May 9, 2013 at 3:40 PM,  wrote:

> Does pvscan show any disks assigned to the “cinder-volumes” volume group
> on any of your cinder nodes?  That’s the default volume group used for new
> volume creation.  
>
> ** **
>
> *From:* Openstack [mailto:openstack-bounces+eric_e_smith=
> dell@lists.launchpad.net] *On Behalf Of *Ashutosh Narayan
> *Sent:* Thursday, May 09, 2013 4:58 AM
> *To:* OpenStack
> *Subject:* [Openstack] [Grizzly] Unable to create volumes
>
> ** **
>
> Hi folks,
>
> ** **
>
> Am all set to launch an instance after getting good
>
> response from this mailing list for most of my queries.
>
> I am now facing issues in creating volumes from the
>
> dashboard. Here is volume log file for reference :
>
> ** **
>
> 2013-05-09 15:24:49ERROR [cinder.service] Unhandled exception
>
> Traceback (most recent call last):
>
>   File "/usr/lib/python2.6/site-packages/cinder/service.py", line 224, in
> _start_child
>
> self._child_process(wrap.server)
>
>   File "/usr/lib/python2.6/site-packages/cinder/service.py", line 201, in
> _child_process
>
> launcher.run_server(server)
>
>   File "/usr/lib/python2.6/site-packages/cinder/service.py", line 95, in
> run_server
>
> server.start()
>
>   File "/usr/lib/python2.6/site-packages/cinder/service.py", line 342, in
> start
>
> self.manager.init_host()
>
>   File "/usr/lib/python2.6/site-packages/cinder/volume/manager.py", line
> 143, in init_host
>
> self.driver.check_for_setup_error()
>
>   File "/usr/lib/python2.6/site-packages/cinder/volume/drivers/lvm.py",
> line 78, in check_for_setup_error
>
> raise exception.VolumeBackendAPIException(data=exception_message)
>
> VolumeBackendAPIException: Bad or unexpected response from the storage
> volume backend API: volume group cinder-volumes doesn't exist
>
> ** **
>
> It says - volume group cinder-volume does not exist.
>
> But /etc/cinder/cinder.conf has volume group set to cinder-volumes.
>
> Here is a snippet of cinder.conf :
>
> [..]
>
> verbose=False
>
> rabbit_port=5672
>
> rabbit_password=
>
> volume_group=cinder-volumes
>
> rabbit_host=127.0.0.1
>
> iscsi_ip_address=192.168.105.67
>
> [..]
>
> ** **
>
> Any pointers on how to trouble shoot this issue.
>
> I have also followed this bug -
> https://bugs.launchpad.net/openstack-manuals/+bug/1078353
>
> ** **
>
> Thank you,
>
> ** **
>
> -- 
>
> Ashutosh Narayan
>
> http://ashutoshn.wordpress.com/
>



-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Grizzly] Unable to create volumes

2013-05-09 Thread Ashutosh Narayan
Hi Eric,

Yes, I was able to create volumes after adding a new disk to the instance.
I then created a physical volume followed by volume group and all went fine
after that.

Thank you,

On Thu, May 9, 2013 at 3:55 PM,  wrote:

> If you have a disk or partition that you can use to create that volume
> group then it might very well start working.  
>
> ** **
>
> *From:* Ashutosh Narayan [mailto:aashutoshnara...@gmail.com]
> *Sent:* Thursday, May 09, 2013 5:20 AM
> *To:* Smith, Eric E
> *Cc:* openstack@lists.launchpad.net
> *Subject:* Re: [Openstack] [Grizzly] Unable to create volumes
>
> ** **
>
> Hi Eric,
>
> ** **
>
> Output of *pvscan *throws - "No matching physical volumes found"
>
>
> Where else can I see ?
>
> On Thu, May 9, 2013 at 3:40 PM,  wrote:
>
> Does pvscan show any disks assigned to the “cinder-volumes” volume group
> on any of your cinder nodes?  That’s the default volume group used for new
> volume creation.  
>
>  
>
> *From:* Openstack [mailto:openstack-bounces+eric_e_smith=
> dell@lists.launchpad.net] *On Behalf Of *Ashutosh Narayan
> *Sent:* Thursday, May 09, 2013 4:58 AM
> *To:* OpenStack
> *Subject:* [Openstack] [Grizzly] Unable to create volumes
>
>  
>
> Hi folks,
>
>  
>
> Am all set to launch an instance after getting good
>
> response from this mailing list for most of my queries.
>
> I am now facing issues in creating volumes from the
>
> dashboard. Here is volume log file for reference :
>
>  
>
> 2013-05-09 15:24:49ERROR [cinder.service] Unhandled exception
>
> Traceback (most recent call last):
>
>   File "/usr/lib/python2.6/site-packages/cinder/service.py", line 224, in
> _start_child
>
> self._child_process(wrap.server)
>
>   File "/usr/lib/python2.6/site-packages/cinder/service.py", line 201, in
> _child_process
>
> launcher.run_server(server)
>
>   File "/usr/lib/python2.6/site-packages/cinder/service.py", line 95, in
> run_server
>
> server.start()
>
>   File "/usr/lib/python2.6/site-packages/cinder/service.py", line 342, in
> start
>
> self.manager.init_host()
>
>   File "/usr/lib/python2.6/site-packages/cinder/volume/manager.py", line
> 143, in init_host
>
> self.driver.check_for_setup_error()
>
>   File "/usr/lib/python2.6/site-packages/cinder/volume/drivers/lvm.py",
> line 78, in check_for_setup_error
>
> raise exception.VolumeBackendAPIException(data=exception_message)
>
> VolumeBackendAPIException: Bad or unexpected response from the storage
> volume backend API: volume group cinder-volumes doesn't exist
>
>  
>
> It says - volume group cinder-volume does not exist.
>
> But /etc/cinder/cinder.conf has volume group set to cinder-volumes.
>
> Here is a snippet of cinder.conf :
>
> [..]
>
> verbose=False
>
> rabbit_port=5672
>
> rabbit_password=
>
> volume_group=cinder-volumes
>
> rabbit_host=127.0.0.1
>
> iscsi_ip_address=192.168.105.67
>
> [..]
>
>  
>
> Any pointers on how to trouble shoot this issue.
>
> I have also followed this bug -
> https://bugs.launchpad.net/openstack-manuals/+bug/1078353
>
>  
>
> Thank you,
>
>  
>
> -- 
>
> Ashutosh Narayan
>
> http://ashutoshn.wordpress.com/
>
>
>
> 
>
> ** **
>
> --
> Ashutosh Narayan
>
> http://ashutoshn.wordpress.com/
>



-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] [Grizzly] Instances fails to launch from dashboard

2013-05-09 Thread Ashutosh Narayan
Hi Folks,

All set but am not able to boot the instance from dashboard.

*Environment details:*
I have installed CentOS 6.3 as a VM on Xen Server 6.0.2 and
it's on this CentOS VM I have installed Grizzly.

Is there any issue with the driver that am using in nova.conf
which is effecting this instance to boot on Xen Server ?

Here is how nova.conf looks like - http://paste.openstack.org/show/37052/
Nova compute.log can be found at http://paste.openstack.org/show/37050/
Nova scheduler.log can be found at http://paste.openstack.org/show/37051/

Any pointers ?

Thank you,

-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Reg: OpenStack Installation on CentOS 6.3

2013-05-26 Thread Ashutosh Narayan
Hi Nehal,

I also came across similar issue. When I restarted the virtual machine
and re-did the same step it worked.
Are you doing this setup on a physical machine or a virtual machine ?

Thank you,

On Mon, May 27, 2013 at 12:10 PM, Nehal J. Wani wrote:

> I have come across the following guide: *
> http://openstack.redhat.com/Quickstart
>
> *
> All goes well upto the point
>
> http://fpaste.org/14704/
>
> It is forever stuck there.
>
> Could anyone please help me out?
>
> I am behind a proxy server and I have added the proxy to /etc.yum.conf and
> tested that yum takes up the proxy successfully. is there anything extra
> that is needed to be done?
>
> Thanking You,
> Nehal J. Wani
> UG2, BTech CS+MS(CL)
> IIIT-Hyderabad
> http://commanlinewani.blogspot.com
>
> ___
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>
>


-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Reg: OpenStack Installation on CentOS 6.3

2013-05-27 Thread Ashutosh Narayan
It means your hostname is not resolvable over the network.
Please verify that it resolves to fully qualified domain name.

On Mon, May 27, 2013 at 12:48 PM, Nehal J. Wani wrote:

> Sorry for troubling you,  but now I wasn't able to login to the dashboard.
> Since I ran the script two times, two files were generated:
>
> [root@srvr3 ~]# ls -l packstack-answers-20130527-1*
> -rw---. 1 root root 8277 May 27 11:44
> packstack-answers-20130527-114418.txt
> -rw---. 1 root root 8298 May 27 12:30
> packstack-answers-20130527-123027.txt
>
> the password given in the latest one didn't work but the one in the old
> one worked. But on logging in, I get the error:
>
> *Error: *Unauthorized: Unable to retrieve usage information.
>  × <http://10.3.3.58/dashboard/admin/#>
>
> *Error: *Unauthorized: Unable to retrieve quota information.
>
>
>
> On Mon, May 27, 2013 at 12:46 PM, Ashutosh Narayan <
> aashutoshnara...@gmail.com> wrote:
>
>> Happy stacking :)
>>
>>
>> On Mon, May 27, 2013 at 12:40 PM, Nehal J. Wani 
>> wrote:
>>
>>> Anyway, I restarted the machine and ran the command again. And it
>>> completed till the end. Thanks a lot.
>>>
>>>
>>> On Mon, May 27, 2013 at 12:32 PM, Nehal J. Wani 
>>> wrote:
>>>
>>>> Yes, BIOS has Virtual Technology enabled. i have already run other
>>>> cloud frameworks such as cloudstack on it successfully. Also, it is able to
>>>> fetch packages, because if I try to reinstall the ones done by the script,
>>>> it says, package already installed.
>>>>
>>>>
>>>> On Mon, May 27, 2013 at 12:28 PM, Ashutosh Narayan <
>>>> aashutoshnara...@gmail.com> wrote:
>>>>
>>>>> Check if your BIOS has Virtual Techology enabled ?
>>>>> And restart packstack --allinone command.
>>>>>
>>>>> Another reason is your proxy server is unable to
>>>>> fetch the required packages even after you have
>>>>> added in yum.conf. Re-check !
>>>>>
>>>>>
>>>>> On Mon, May 27, 2013 at 12:19 PM, Nehal J. Wani <
>>>>> nehaljw.k...@gmail.com> wrote:
>>>>>
>>>>>> i am trying this on a VM as well as a physical machine, but stuck at
>>>>>> the same step on both.
>>>>>>
>>>>>>
>>>>>> On Mon, May 27, 2013 at 12:18 PM, Ashutosh Narayan <
>>>>>> aashutoshnara...@gmail.com> wrote:
>>>>>>
>>>>>>> Hi Nehal,
>>>>>>>
>>>>>>> I also came across similar issue. When I restarted the virtual
>>>>>>> machine
>>>>>>> and re-did the same step it worked.
>>>>>>> Are you doing this setup on a physical machine or a virtual machine ?
>>>>>>>
>>>>>>> Thank you,
>>>>>>>
>>>>>>> On Mon, May 27, 2013 at 12:10 PM, Nehal J. Wani <
>>>>>>> nehaljw.k...@gmail.com> wrote:
>>>>>>>
>>>>>>>> I have come across the following guide: *
>>>>>>>> http://openstack.redhat.com/Quickstart
>>>>>>>>
>>>>>>>> *
>>>>>>>> All goes well upto the point
>>>>>>>>
>>>>>>>> http://fpaste.org/14704/
>>>>>>>>
>>>>>>>> It is forever stuck there.
>>>>>>>>
>>>>>>>> Could anyone please help me out?
>>>>>>>>
>>>>>>>> I am behind a proxy server and I have added the proxy to
>>>>>>>> /etc.yum.conf and tested that yum takes up the proxy successfully. is 
>>>>>>>> there
>>>>>>>> anything extra that is needed to be done?
>>>>>>>>
>>>>>>>> Thanking You,
>>>>>>>> Nehal J. Wani
>>>>>>>> UG2, BTech CS+MS(CL)
>>>>>>>> IIIT-Hyderabad
>>>>>>>> http://commanlinewani.blogspot.com
>>>>>>>>
>>>>>>>> ___
>>>>>>>> Mailing list: https://launchpad.net/~openstack
>>>>>>>> Post to : openstack@lists.launchpad.net
>>>>>>>> Unsubscribe : https://launchpad.net/~openstack
>>>>>>>> More help   : https://help.launchpad.net/ListHelp
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Ashutosh Narayan
>>>>>>>
>>>>>>> http://ashutoshn.wordpress.com/
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Nehal J. Wani
>>>>>> UG2, BTech CS+MS(CL)
>>>>>> IIIT-Hyderabad
>>>>>> http://commanlinewani.blogspot.com
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Ashutosh Narayan
>>>>>
>>>>> http://ashutoshn.wordpress.com/
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Nehal J. Wani
>>>> UG2, BTech CS+MS(CL)
>>>> IIIT-Hyderabad
>>>> http://commanlinewani.blogspot.com
>>>>
>>>
>>>
>>>
>>> --
>>> Nehal J. Wani
>>> UG2, BTech CS+MS(CL)
>>> IIIT-Hyderabad
>>> http://commanlinewani.blogspot.com
>>>
>>
>>
>>
>> --
>> Ashutosh Narayan
>>
>> http://ashutoshn.wordpress.com/
>>
>>
>
>
> --
> Nehal J. Wani
> UG2, BTech CS+MS(CL)
> IIIT-Hyderabad
> http://commanlinewani.blogspot.com
>



-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Reg: OpenStack Installation on CentOS 6.3

2013-05-27 Thread Ashutosh Narayan
Yes, that was fixed when I was able to resolve the hostname.
Restart openstack-nova-* services and check.

As far as resetting master password is concerned, I think you must
do so in "keystonerc_admin" file and restart openstack-* services.
Again run source "keystonerc_admin". This should do.


On Mon, May 27, 2013 at 12:52 PM, Nehal J. Wani wrote:

> No, the dashboard appears. But there is bubble on the right side giving
> that error. How can I master reset the password?
>
>
> On Mon, May 27, 2013 at 12:51 PM, Ashutosh Narayan <
> aashutoshnara...@gmail.com> wrote:
>
>> It means your hostname is not resolvable over the network.
>> Please verify that it resolves to fully qualified domain name.
>>
>>
>> On Mon, May 27, 2013 at 12:48 PM, Nehal J. Wani 
>> wrote:
>>
>>> Sorry for troubling you,  but now I wasn't able to login to the
>>> dashboard. Since I ran the script two times, two files were generated:
>>>
>>> [root@srvr3 ~]# ls -l packstack-answers-20130527-1*
>>> -rw---. 1 root root 8277 May 27 11:44
>>> packstack-answers-20130527-114418.txt
>>> -rw---. 1 root root 8298 May 27 12:30
>>> packstack-answers-20130527-123027.txt
>>>
>>> the password given in the latest one didn't work but the one in the old
>>> one worked. But on logging in, I get the error:
>>>
>>> *Error: *Unauthorized: Unable to retrieve usage information.
>>>  × <http://10.3.3.58/dashboard/admin/#>
>>>
>>> *Error: *Unauthorized: Unable to retrieve quota information.
>>>
>>>
>>>
>>> On Mon, May 27, 2013 at 12:46 PM, Ashutosh Narayan <
>>> aashutoshnara...@gmail.com> wrote:
>>>
>>>> Happy stacking :)
>>>>
>>>>
>>>> On Mon, May 27, 2013 at 12:40 PM, Nehal J. Wani >>> > wrote:
>>>>
>>>>> Anyway, I restarted the machine and ran the command again. And it
>>>>> completed till the end. Thanks a lot.
>>>>>
>>>>>
>>>>> On Mon, May 27, 2013 at 12:32 PM, Nehal J. Wani <
>>>>> nehaljw.k...@gmail.com> wrote:
>>>>>
>>>>>> Yes, BIOS has Virtual Technology enabled. i have already run other
>>>>>> cloud frameworks such as cloudstack on it successfully. Also, it is able 
>>>>>> to
>>>>>> fetch packages, because if I try to reinstall the ones done by the 
>>>>>> script,
>>>>>> it says, package already installed.
>>>>>>
>>>>>>
>>>>>> On Mon, May 27, 2013 at 12:28 PM, Ashutosh Narayan <
>>>>>> aashutoshnara...@gmail.com> wrote:
>>>>>>
>>>>>>> Check if your BIOS has Virtual Techology enabled ?
>>>>>>> And restart packstack --allinone command.
>>>>>>>
>>>>>>> Another reason is your proxy server is unable to
>>>>>>> fetch the required packages even after you have
>>>>>>> added in yum.conf. Re-check !
>>>>>>>
>>>>>>>
>>>>>>> On Mon, May 27, 2013 at 12:19 PM, Nehal J. Wani <
>>>>>>> nehaljw.k...@gmail.com> wrote:
>>>>>>>
>>>>>>>> i am trying this on a VM as well as a physical machine, but stuck
>>>>>>>> at the same step on both.
>>>>>>>>
>>>>>>>>
>>>>>>>> On Mon, May 27, 2013 at 12:18 PM, Ashutosh Narayan <
>>>>>>>> aashutoshnara...@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> Hi Nehal,
>>>>>>>>>
>>>>>>>>> I also came across similar issue. When I restarted the virtual
>>>>>>>>> machine
>>>>>>>>> and re-did the same step it worked.
>>>>>>>>> Are you doing this setup on a physical machine or a virtual
>>>>>>>>> machine ?
>>>>>>>>>
>>>>>>>>> Thank you,
>>>>>>>>>
>>>>>>>>> On Mon, May 27, 2013 at 12:10 PM, Nehal J. Wani <
>>>>>>>>> nehaljw.k...@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>> I have come across the following guide: *
>>>>>>>>>> ht

Re: [Openstack] Reg: OpenStack Installation on CentOS 6.3

2013-05-27 Thread Ashutosh Narayan
Try executing the following command :

# keystone user-password-update --user=admin

It will prompt for entering the password


On Mon, May 27, 2013 at 1:53 PM, Nehal J. Wani wrote:

> So I ran
>
> [root@srvr1 ~]#source keystonerc_admin
> [root@srvr1 ~(keystone_admin)]# keystone user-password-update --pass
> testpass admin
> Authorization Failed: [Errno 22] Invalid argument
>
> I am still stuck :(
>
>
> On Mon, May 27, 2013 at 1:02 PM, Ashutosh Narayan <
> aashutoshnara...@gmail.com> wrote:
>
>> Yes, that was fixed when I was able to resolve the hostname.
>> Restart openstack-nova-* services and check.
>>
>> As far as resetting master password is concerned, I think you must
>> do so in "keystonerc_admin" file and restart openstack-* services.
>> Again run source "keystonerc_admin". This should do.
>>
>>
>> On Mon, May 27, 2013 at 12:52 PM, Nehal J. Wani 
>> wrote:
>>
>>> No, the dashboard appears. But there is bubble on the right side giving
>>> that error. How can I master reset the password?
>>>
>>>
>>> On Mon, May 27, 2013 at 12:51 PM, Ashutosh Narayan <
>>> aashutoshnara...@gmail.com> wrote:
>>>
>>>> It means your hostname is not resolvable over the network.
>>>> Please verify that it resolves to fully qualified domain name.
>>>>
>>>>
>>>> On Mon, May 27, 2013 at 12:48 PM, Nehal J. Wani >>> > wrote:
>>>>
>>>>> Sorry for troubling you,  but now I wasn't able to login to the
>>>>> dashboard. Since I ran the script two times, two files were generated:
>>>>>
>>>>> [root@srvr3 ~]# ls -l packstack-answers-20130527-1*
>>>>> -rw---. 1 root root 8277 May 27 11:44
>>>>> packstack-answers-20130527-114418.txt
>>>>> -rw---. 1 root root 8298 May 27 12:30
>>>>> packstack-answers-20130527-123027.txt
>>>>>
>>>>> the password given in the latest one didn't work but the one in the
>>>>> old one worked. But on logging in, I get the error:
>>>>>
>>>>> *Error: *Unauthorized: Unable to retrieve usage information.
>>>>>  × <http://10.3.3.58/dashboard/admin/#>
>>>>>
>>>>> *Error: *Unauthorized: Unable to retrieve quota information.
>>>>>
>>>>>
>>>>>
>>>>> On Mon, May 27, 2013 at 12:46 PM, Ashutosh Narayan <
>>>>> aashutoshnara...@gmail.com> wrote:
>>>>>
>>>>>> Happy stacking :)
>>>>>>
>>>>>>
>>>>>> On Mon, May 27, 2013 at 12:40 PM, Nehal J. Wani <
>>>>>> nehaljw.k...@gmail.com> wrote:
>>>>>>
>>>>>>> Anyway, I restarted the machine and ran the command again. And it
>>>>>>> completed till the end. Thanks a lot.
>>>>>>>
>>>>>>>
>>>>>>> On Mon, May 27, 2013 at 12:32 PM, Nehal J. Wani <
>>>>>>> nehaljw.k...@gmail.com> wrote:
>>>>>>>
>>>>>>>> Yes, BIOS has Virtual Technology enabled. i have already run other
>>>>>>>> cloud frameworks such as cloudstack on it successfully. Also, it is 
>>>>>>>> able to
>>>>>>>> fetch packages, because if I try to reinstall the ones done by the 
>>>>>>>> script,
>>>>>>>> it says, package already installed.
>>>>>>>>
>>>>>>>>
>>>>>>>> On Mon, May 27, 2013 at 12:28 PM, Ashutosh Narayan <
>>>>>>>> aashutoshnara...@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> Check if your BIOS has Virtual Techology enabled ?
>>>>>>>>> And restart packstack --allinone command.
>>>>>>>>>
>>>>>>>>> Another reason is your proxy server is unable to
>>>>>>>>> fetch the required packages even after you have
>>>>>>>>> added in yum.conf. Re-check !
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Mon, May 27, 2013 at 12:19 PM, Nehal J. Wani <
>>>>>>>>> nehaljw.k...@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>> i am trying this on a VM as well as a physical machine, but stuck

Re: [Openstack] Reg: OpenStack Installation on CentOS 6.3

2013-05-27 Thread Ashutosh Narayan
Refer this bug report : https://bugzilla.redhat.com/show_bug.cgi?id=957033

It needs to have two arguments.
When I ran "keystone user-password-update --pass test admin"
It worked for me.

On Mon, May 27, 2013 at 2:47 PM, Nehal J. Wani wrote:

> [root@srvr1 ~(keystone_admin)]# keystone user-password-update --user=admin
> usage: keystone user-password-update --pass  
> keystone user-password-update: error: too few arguments
>
> I'll try from beginning again (fresh install) and then report my findings
>
>
>
> On Mon, May 27, 2013 at 2:39 PM, Ashutosh Narayan <
> aashutoshnara...@gmail.com> wrote:
>
>> Try executing the following command :
>>
>> # keystone user-password-update --user=admin
>>
>> It will prompt for entering the password
>>
>>
>> On Mon, May 27, 2013 at 1:53 PM, Nehal J. Wani wrote:
>>
>>> So I ran
>>>
>>> [root@srvr1 ~]#source keystonerc_admin
>>> [root@srvr1 ~(keystone_admin)]# keystone user-password-update --pass
>>> testpass admin
>>> Authorization Failed: [Errno 22] Invalid argument
>>>
>>> I am still stuck :(
>>>
>>>
>>> On Mon, May 27, 2013 at 1:02 PM, Ashutosh Narayan <
>>> aashutoshnara...@gmail.com> wrote:
>>>
>>>> Yes, that was fixed when I was able to resolve the hostname.
>>>> Restart openstack-nova-* services and check.
>>>>
>>>> As far as resetting master password is concerned, I think you must
>>>> do so in "keystonerc_admin" file and restart openstack-* services.
>>>> Again run source "keystonerc_admin". This should do.
>>>>
>>>>
>>>> On Mon, May 27, 2013 at 12:52 PM, Nehal J. Wani >>> > wrote:
>>>>
>>>>> No, the dashboard appears. But there is bubble on the right side
>>>>> giving that error. How can I master reset the password?
>>>>>
>>>>>
>>>>> On Mon, May 27, 2013 at 12:51 PM, Ashutosh Narayan <
>>>>> aashutoshnara...@gmail.com> wrote:
>>>>>
>>>>>> It means your hostname is not resolvable over the network.
>>>>>> Please verify that it resolves to fully qualified domain name.
>>>>>>
>>>>>>
>>>>>> On Mon, May 27, 2013 at 12:48 PM, Nehal J. Wani <
>>>>>> nehaljw.k...@gmail.com> wrote:
>>>>>>
>>>>>>> Sorry for troubling you,  but now I wasn't able to login to the
>>>>>>> dashboard. Since I ran the script two times, two files were generated:
>>>>>>>
>>>>>>> [root@srvr3 ~]# ls -l packstack-answers-20130527-1*
>>>>>>> -rw---. 1 root root 8277 May 27 11:44
>>>>>>> packstack-answers-20130527-114418.txt
>>>>>>> -rw---. 1 root root 8298 May 27 12:30
>>>>>>> packstack-answers-20130527-123027.txt
>>>>>>>
>>>>>>> the password given in the latest one didn't work but the one in the
>>>>>>> old one worked. But on logging in, I get the error:
>>>>>>>
>>>>>>> *Error: *Unauthorized: Unable to retrieve usage information.
>>>>>>>  × <http://10.3.3.58/dashboard/admin/#>
>>>>>>>
>>>>>>> *Error: *Unauthorized: Unable to retrieve quota information.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Mon, May 27, 2013 at 12:46 PM, Ashutosh Narayan <
>>>>>>> aashutoshnara...@gmail.com> wrote:
>>>>>>>
>>>>>>>> Happy stacking :)
>>>>>>>>
>>>>>>>>
>>>>>>>> On Mon, May 27, 2013 at 12:40 PM, Nehal J. Wani <
>>>>>>>> nehaljw.k...@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> Anyway, I restarted the machine and ran the command again. And it
>>>>>>>>> completed till the end. Thanks a lot.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Mon, May 27, 2013 at 12:32 PM, Nehal J. Wani <
>>>>>>>>> nehaljw.k...@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>> Yes, BIOS has Virtual Technology enabled. i have already run
>>>>>>>>>> other cloud fram

Re: [Openstack] Reg: OpenStack Installation on CentOS 6.3

2013-05-27 Thread Ashutosh Narayan
Yes, selinux has to be disabled and iptables should be OFF

On Mon, May 27, 2013 at 5:03 PM, Nehal J. Wani wrote:

> i reinstalled the OS, disabled selinux, rebooted, and then tried the
> script again, it finished in one go! Most probably the error before was
> that I had not rebooted after disabling selinux, which is the script was
> stuck at http://fpaste.org/14729/.
>
>
> On Mon, May 27, 2013 at 2:53 PM, Ashutosh Narayan <
> aashutoshnara...@gmail.com> wrote:
>
>> Refer this bug report :
>> https://bugzilla.redhat.com/show_bug.cgi?id=957033
>>
>> It needs to have two arguments.
>> When I ran "keystone user-password-update --pass test admin"
>> It worked for me.
>>
>> On Mon, May 27, 2013 at 2:47 PM, Nehal J. Wani wrote:
>>
>>> [root@srvr1 ~(keystone_admin)]# keystone user-password-update
>>> --user=admin
>>> usage: keystone user-password-update --pass  
>>> keystone user-password-update: error: too few arguments
>>>
>>> I'll try from beginning again (fresh install) and then report my findings
>>>
>>>
>>>
>>> On Mon, May 27, 2013 at 2:39 PM, Ashutosh Narayan <
>>> aashutoshnara...@gmail.com> wrote:
>>>
>>>> Try executing the following command :
>>>>
>>>> # keystone user-password-update --user=admin
>>>>
>>>> It will prompt for entering the password
>>>>
>>>>
>>>> On Mon, May 27, 2013 at 1:53 PM, Nehal J. Wani 
>>>> wrote:
>>>>
>>>>> So I ran
>>>>>
>>>>> [root@srvr1 ~]#source keystonerc_admin
>>>>> [root@srvr1 ~(keystone_admin)]# keystone user-password-update --pass
>>>>> testpass admin
>>>>> Authorization Failed: [Errno 22] Invalid argument
>>>>>
>>>>> I am still stuck :(
>>>>>
>>>>>
>>>>> On Mon, May 27, 2013 at 1:02 PM, Ashutosh Narayan <
>>>>> aashutoshnara...@gmail.com> wrote:
>>>>>
>>>>>> Yes, that was fixed when I was able to resolve the hostname.
>>>>>> Restart openstack-nova-* services and check.
>>>>>>
>>>>>> As far as resetting master password is concerned, I think you must
>>>>>> do so in "keystonerc_admin" file and restart openstack-* services.
>>>>>> Again run source "keystonerc_admin". This should do.
>>>>>>
>>>>>>
>>>>>> On Mon, May 27, 2013 at 12:52 PM, Nehal J. Wani <
>>>>>> nehaljw.k...@gmail.com> wrote:
>>>>>>
>>>>>>> No, the dashboard appears. But there is bubble on the right side
>>>>>>> giving that error. How can I master reset the password?
>>>>>>>
>>>>>>>
>>>>>>> On Mon, May 27, 2013 at 12:51 PM, Ashutosh Narayan <
>>>>>>> aashutoshnara...@gmail.com> wrote:
>>>>>>>
>>>>>>>> It means your hostname is not resolvable over the network.
>>>>>>>> Please verify that it resolves to fully qualified domain name.
>>>>>>>>
>>>>>>>>
>>>>>>>> On Mon, May 27, 2013 at 12:48 PM, Nehal J. Wani <
>>>>>>>> nehaljw.k...@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> Sorry for troubling you,  but now I wasn't able to login to the
>>>>>>>>> dashboard. Since I ran the script two times, two files were generated:
>>>>>>>>>
>>>>>>>>> [root@srvr3 ~]# ls -l packstack-answers-20130527-1*
>>>>>>>>> -rw---. 1 root root 8277 May 27 11:44
>>>>>>>>> packstack-answers-20130527-114418.txt
>>>>>>>>> -rw---. 1 root root 8298 May 27 12:30
>>>>>>>>> packstack-answers-20130527-123027.txt
>>>>>>>>>
>>>>>>>>> the password given in the latest one didn't work but the one in
>>>>>>>>> the old one worked. But on logging in, I get the error:
>>>>>>>>>
>>>>>>>>> *Error: *Unauthorized: Unable to retrieve usage information.
>>>>>>>>>  × <http://10.3.3.58/dashboard/admin/#>
>>>>>>>>>
>>>>>>>>> *Error: *Unauthorized: Unable to