Re: [openstack-dev] [Congress] congress-server fails to start

2014-08-11 Thread Peter Balland
Hi Rajdeep,

What version of pip are you running?  Please try installing the latest version 
(https://pip.pypa.io/en/latest/installing.html) and run 'sudo pip install -r 
requirements.txt'.

- Peter

From: Rajdeep Dua rajdeep@gmail.commailto:rajdeep@gmail.com
Reply-To: OpenStack Development Mailing List (not for usage questions) 
openstack-dev@lists.openstack.orgmailto:openstack-dev@lists.openstack.org
Date: Monday, August 11, 2014 at 11:27 AM
To: OpenStack Development Mailing List (not for usage questions) 
openstack-dev@lists.openstack.orgmailto:openstack-dev@lists.openstack.org
Subject: [openstack-dev] [Congress] congress-server fails to start

Hi All,
command to start the congress-server fails

$ ./bin/congress-server --config-file etc/congress.conf.sample

Error :
ImportError: No module named keystonemiddleware.auth_token

Installing keystonemiddleware manually also fails

$ sudo pip install keystonemiddleware

Could not find a version that satisfies the requirement oslo.config=1.4.0.0a3 
(from keystonemiddleware) (from versions: )
No distributions matching the version for oslo.config=1.4.0.0a3 (from 
keystonemiddleware)

Thanks
Rajdeep
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Congress] congress-server fails to start

2014-08-11 Thread Rajdeep Dua
Thanks, i was running older version of pip.

All the requirements were installed successfully.

Now getting the following error

sudo ./bin/congress-server --config-file etc/congress.conf.sample
2014-08-12 08:26:23.417 31129 CRITICAL congress.service [-] 'ascii' codec
can't decode byte 0xf3 in position 1: ordinal not in range(128)



On Tue, Aug 12, 2014 at 2:05 AM, Peter Balland pball...@vmware.com wrote:

  Hi Rajdeep,

  What version of pip are you running?  Please try installing the latest
 version (https://pip.pypa.io/en/latest/installing.html) and run ‘sudo pip
 install –r requirements.txt’.

  - Peter

   From: Rajdeep Dua rajdeep@gmail.com
 Reply-To: OpenStack Development Mailing List (not for usage questions) 
 openstack-dev@lists.openstack.org
 Date: Monday, August 11, 2014 at 11:27 AM
 To: OpenStack Development Mailing List (not for usage questions) 
 openstack-dev@lists.openstack.org
 Subject: [openstack-dev] [Congress] congress-server fails to start

  Hi All,
  command to start the congress-server fails

 $ ./bin/congress-server --config-file etc/congress.conf.sample

  Error :
 ImportError: No module named keystonemiddleware.auth_token

  Installing keystonemiddleware manually also fails

  $ sudo pip install keystonemiddleware

 Could not find a version that satisfies the requirement
 oslo.config=1.4.0.0a3 (from keystonemiddleware) (from versions: )
 No distributions matching the version for oslo.config=1.4.0.0a3 (from
 keystonemiddleware)

  Thanks
 Rajdeep


 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Congress] congress-server fails to start

2014-08-11 Thread Aaron Rosen
Hi Rajdeep,

I think the issue you're facing here is because you have a non-asci char in
your etc/congress.conf.sample file.  Could you try the following commands:

 mv congress/etc/congress.config.sample /tmp
 git checkout congress/etc/config.sample
 ./bin/congress-server --config-file etc/congress.conf.sample

p.s: you shouldn't run congress or probably any openstack component as root
fwiw.



On Mon, Aug 11, 2014 at 7:58 PM, Rajdeep Dua rajdeep@gmail.com wrote:

 Thanks, i was running older version of pip.

 All the requirements were installed successfully.

 Now getting the following error

 sudo ./bin/congress-server --config-file etc/congress.conf.sample
 2014-08-12 08:26:23.417 31129 CRITICAL congress.service [-] 'ascii' codec
 can't decode byte 0xf3 in position 1: ordinal not in range(128)



 On Tue, Aug 12, 2014 at 2:05 AM, Peter Balland pball...@vmware.com
 wrote:

  Hi Rajdeep,

  What version of pip are you running?  Please try installing the latest
 version (https://pip.pypa.io/en/latest/installing.html) and run ‘sudo
 pip install –r requirements.txt’.

  - Peter

   From: Rajdeep Dua rajdeep@gmail.com
 Reply-To: OpenStack Development Mailing List (not for usage questions)
 openstack-dev@lists.openstack.org
 Date: Monday, August 11, 2014 at 11:27 AM
 To: OpenStack Development Mailing List (not for usage questions) 
 openstack-dev@lists.openstack.org
 Subject: [openstack-dev] [Congress] congress-server fails to start

  Hi All,
  command to start the congress-server fails

 $ ./bin/congress-server --config-file etc/congress.conf.sample

  Error :
 ImportError: No module named keystonemiddleware.auth_token

  Installing keystonemiddleware manually also fails

  $ sudo pip install keystonemiddleware

 Could not find a version that satisfies the requirement
 oslo.config=1.4.0.0a3 (from keystonemiddleware) (from versions: )
 No distributions matching the version for oslo.config=1.4.0.0a3 (from
 keystonemiddleware)

  Thanks
 Rajdeep


 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev



 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev