Re: [openstack-dev] [glance] Switching from sql_connection to [database] connection ?

2014-04-09 Thread Flavio Percoco

On 09/04/14 12:10 +0800, Tom Fifield wrote:
Due to the lack of response, I'm proposing to switch the documentation 
back to using sql_connection. I hope there wasn't a plan to deprecate 
this option any time soon :)


Sorry I missed your previous email.

TBH, I'd rather update the config sample. I think Zhi Yan's patch
could be moved forward: https://review.openstack.org/#/c/83327/

Flavio


--
@flaper87
Flavio Percoco


pgpkIroB1NVRj.pgp
Description: PGP signature
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [glance] Switching from sql_connection to [database] connection ?

2014-04-09 Thread Andreas Jaeger
On 04/09/2014 11:35 AM, Flavio Percoco wrote:
 On 09/04/14 12:10 +0800, Tom Fifield wrote:
 Due to the lack of response, I'm proposing to switch the documentation
 back to using sql_connection. I hope there wasn't a plan to deprecate
 this option any time soon :)
 
 Sorry I missed your previous email.
 
 TBH, I'd rather update the config sample. I think Zhi Yan's patch
 could be moved forward: https://review.openstack.org/#/c/83327/

That patch would need a followup patch that imports the files as well,
wouldn't it?

Andreas
-- 
 Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi
  SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GF: Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB16746 (AG Nürnberg)
GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126

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


Re: [openstack-dev] [glance] Switching from sql_connection to [database] connection ?

2014-04-08 Thread Tom Fifield
Due to the lack of response, I'm proposing to switch the documentation 
back to using sql_connection. I hope there wasn't a plan to deprecate 
this option any time soon :)



Regards,


Tom

On 02/04/14 10:22, Tom Fifield wrote:

Since it's missed RC1, I'm guessing that this confusion to users will be
ongoing for another six months ? :)

Regards,


Tom

On 30/03/14 23:24, Zhi Yan Liu wrote:

Hi

We have no plan to update sample template in I release for it, but
https://review.openstack.org/#/c/77379/ is on reviewing, IFY.

zhiyan

Sent from my iPad

On 2014年3月30日, at 13:04, Tom Fifield t...@openstack.org
mailto:t...@openstack.org wrote:


On 27/02/14 18:47, Flavio Percoco wrote:

On 27/02/14 12:12 +0800, Tom Fifield wrote:

Hi,

As best I can tell, all other services now use this syntax for
configuring database connections:

[database]
connection = sqlite:///etc,omg


whereas glance appears to still use

[DEFAULT]
...
sql_connection = sqlite:///etc,omg


Is there a plan to switch to the former during Icehouse development?

From a user standpoint it'd be great to finally have consistency
amoungst all the services :)


It already did. It looks like the config sample needs to be updated.

To be more precise, `sql_connection` is marked as deprecated.[0]

[0]
https://github.com/openstack/glance/blob/master/glance/openstack/common/db/sqlalchemy/session.py#L329





Just noting that the sample config has still not been updated.


Regards,


Tom


___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
mailto: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



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


Re: [openstack-dev] [glance] Switching from sql_connection to [database] connection ?

2014-04-01 Thread Tom Fifield
Since it's missed RC1, I'm guessing that this confusion to users will be 
ongoing for another six months ? :)


Regards,


Tom

On 30/03/14 23:24, Zhi Yan Liu wrote:

Hi

We have no plan to update sample template in I release for it, but
https://review.openstack.org/#/c/77379/ is on reviewing, IFY.

zhiyan

Sent from my iPad

On 2014年3月30日, at 13:04, Tom Fifield t...@openstack.org
mailto:t...@openstack.org wrote:


On 27/02/14 18:47, Flavio Percoco wrote:

On 27/02/14 12:12 +0800, Tom Fifield wrote:

Hi,

As best I can tell, all other services now use this syntax for
configuring database connections:

[database]
connection = sqlite:///etc,omg


whereas glance appears to still use

[DEFAULT]
...
sql_connection = sqlite:///etc,omg


Is there a plan to switch to the former during Icehouse development?

From a user standpoint it'd be great to finally have consistency
amoungst all the services :)


It already did. It looks like the config sample needs to be updated.

To be more precise, `sql_connection` is marked as deprecated.[0]

[0]
https://github.com/openstack/glance/blob/master/glance/openstack/common/db/sqlalchemy/session.py#L329




Just noting that the sample config has still not been updated.


Regards,


Tom


___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
mailto: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


Re: [openstack-dev] [glance] Switching from sql_connection to [database] connection ?

2014-03-30 Thread Zhi Yan Liu
Hi

We have no plan to update sample template in I release for it, but 
https://review.openstack.org/#/c/77379/ is on reviewing, IFY.

zhiyan

Sent from my iPad

 On 2014年3月30日, at 13:04, Tom Fifield t...@openstack.org wrote:
 
 On 27/02/14 18:47, Flavio Percoco wrote:
 On 27/02/14 12:12 +0800, Tom Fifield wrote:
 Hi,
 
 As best I can tell, all other services now use this syntax for
 configuring database connections:
 
 [database]
 connection = sqlite:///etc,omg
 
 
 whereas glance appears to still use
 
 [DEFAULT]
 ...
 sql_connection = sqlite:///etc,omg
 
 
 Is there a plan to switch to the former during Icehouse development?
 
 From a user standpoint it'd be great to finally have consistency
 amoungst all the services :)
 
 It already did. It looks like the config sample needs to be updated.
 
 To be more precise, `sql_connection` is marked as deprecated.[0]
 
 [0]
 https://github.com/openstack/glance/blob/master/glance/openstack/common/db/sqlalchemy/session.py#L329
 
 Just noting that the sample config has still not been updated.
 
 
 Regards,
 
 
 Tom
 
 
 ___
 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] [glance] Switching from sql_connection to [database] connection ?

2014-03-29 Thread Tom Fifield

On 27/02/14 18:47, Flavio Percoco wrote:

On 27/02/14 12:12 +0800, Tom Fifield wrote:

Hi,

As best I can tell, all other services now use this syntax for
configuring database connections:

[database]
connection = sqlite:///etc,omg


whereas glance appears to still use

[DEFAULT]
...
sql_connection = sqlite:///etc,omg


Is there a plan to switch to the former during Icehouse development?

From a user standpoint it'd be great to finally have consistency
amoungst all the services :)


It already did. It looks like the config sample needs to be updated.

To be more precise, `sql_connection` is marked as deprecated.[0]

[0]
https://github.com/openstack/glance/blob/master/glance/openstack/common/db/sqlalchemy/session.py#L329




Just noting that the sample config has still not been updated.


Regards,


Tom


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


[openstack-dev] [glance] Switching from sql_connection to [database] connection ?

2014-02-26 Thread Tom Fifield

Hi,

As best I can tell, all other services now use this syntax for 
configuring database connections:


[database]
connection = sqlite:///etc,omg


whereas glance appears to still use

[DEFAULT]
...
sql_connection = sqlite:///etc,omg


Is there a plan to switch to the former during Icehouse development?

From a user standpoint it'd be great to finally have consistency 
amoungst all the services :)



Regards,


Tom

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