[Openstack] grizzly on ubuntu precise: error starting glance-api (duplicate option: log-format)

2013-03-07 Thread Olivier Archer
Hi All I am following this documentation: http://docs.openstack.org/trunk/openstack-compute/install/apt/content/osfolubuntu-imageservice.html to install grizzly on ubuntu precise. and i've got problems with glance: when i try to launch glance-api, i've got the following error message in the api.l

Re: [Openstack] grizzly on ubuntu precise: error starting glance-api (duplicate option: log-format)

2013-03-07 Thread Brad Knowles
On Mar 7, 2013, at 10:14 AM, Olivier Archer wrote: > Hi All > I am following this documentation: > http://docs.openstack.org/trunk/openstack-compute/install/apt/content/osfolubuntu-imageservice.html > to install grizzly on ubuntu precise. I'm following the same instructions. I'm trying to feed

Re: [Openstack] grizzly on ubuntu precise: error starting glance-api (duplicate option: log-format)

2013-03-07 Thread Olivier Archer
2013/3/7 Brad Knowles : > On Mar 7, 2013, at 10:14 AM, Olivier Archer wrote: > >> Hi All >> I am following this documentation: >> http://docs.openstack.org/trunk/openstack-compute/install/apt/content/osfolubuntu-imageservice.html >> to install grizzly on ubuntu precise. > > I'm following the same

Re: [Openstack] grizzly on ubuntu precise: error starting glance-api (duplicate option: log-format)

2013-03-07 Thread Brad Knowles
On Mar 7, 2013, at 10:53 AM, Olivier Archer wrote: > I have set my repo like this: > deb http://ubuntu-cloud.archive.canonical.com/ubuntu > precise-updates/grizzly main Same here: $ cat /etc/apt/sources.list.d/grizzly.list deb http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/g

Re: [Openstack] grizzly on ubuntu precise: error starting glance-api (duplicate option: log-format)

2013-03-07 Thread Brad Knowles
On Mar 7, 2013, at 10:14 AM, Olivier Archer wrote: > when i try to launch glance-api, i've got the following error message > in the api.log: > 2013-03-07 16:49:01.740 5758 CRITICAL glance [-] duplicate option: log-format On #openstack-manuals at irc.freenode.net I found out that this is apparent

Re: [Openstack] grizzly on ubuntu precise: error starting glance-api (duplicate option: log-format)

2013-03-07 Thread Brad Knowles
On Mar 7, 2013, at 1:38 PM, Brad Knowles wrote: > On #openstack-manuals at irc.freenode.net I found out that this is apparently > a known bug, see [1]. Sorry, make that #openstack-doc. -- Brad Knowles Senior Consultant ___ Mailing list: https://la

Re: [Openstack] grizzly on ubuntu precise: error starting glance-api (duplicate option: log-format)

2013-03-07 Thread Kieran Spear
I've seen this before. My problem was an out of date /etc/glance/glance-api-paste.ini: [filter:authtoken] paste.filter_factory = keystone.middleware.auth_token:filter_factory Changing it to: [filter:authtoken] paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory Fixed thin

Re: [Openstack] grizzly on ubuntu precise: error starting glance-api (duplicate option: log-format)

2013-03-07 Thread Olivier Archer
2013/3/7 Kieran Spear : > I've seen this before. My problem was an out of date > /etc/glance/glance-api-paste.ini: > > [filter:authtoken] > paste.filter_factory = keystone.middleware.auth_token:filter_factory > > Changing it to: > > [filter:authtoken] > paste.filter_factory = keystoneclient.middlew

Re: [Openstack] grizzly on ubuntu precise: error starting glance-api (duplicate option: log-format)

2013-03-08 Thread Olivier Archer
2013/3/8 Olivier Archer : > 2013/3/7 Kieran Spear : >> I've seen this before. My problem was an out of date >> /etc/glance/glance-api-paste.ini: >> >> [filter:authtoken] >> paste.filter_factory = keystone.middleware.auth_token:filter_factory >> >> Changing it to: >> >> [filter:authtoken] >> paste.f