<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-cloud-services.git/meta-openstack/recipes-devtools/python/python-keystone/keystone.conf, branch mickledore</title>
<subtitle>Mirror of git.yoctoproject.org/meta-cloud-services.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=mickledore</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=mickledore'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/'/>
<updated>2017-11-27T15:39:51+00:00</updated>
<entry>
<title>python-keystone: set connection drivername</title>
<updated>2017-11-27T15:39:51+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2017-11-22T16:08:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=54c4cb239e3bfd8d9efe75f073aef8e4a671bc7b'/>
<id>urn:sha1:54c4cb239e3bfd8d9efe75f073aef8e4a671bc7b</id>
<content type='text'>
psycopg2 will be selected by default but this will avoid warnings in
the log.

Signed-off-by: Mark Asselstine &lt;mark.asselstine@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>keystone: the 'sql' section is deprecated</title>
<updated>2015-08-14T03:41:54+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2015-08-12T19:47:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=6b1f8d27996b80b6ee1528037e5a57e45e569eb7'/>
<id>urn:sha1:6b1f8d27996b80b6ee1528037e5a57e45e569eb7</id>
<content type='text'>
Attempting to use commands such as 'glance image-list' or 'keystone
tenant-list' was resulting in various errors including 'error
500'. Examining the logs it was found that keystone was throwing the
following warning:

  WARNING oslo_config.cfg [-] Option "connection" from group "sql" is
  deprecated. Use option "connection" from group "database".

Examining the database I found that the keystone database existed but
was empty. This indicates that some of the install scripts were
failing, possibly due to issues connecting to the database due to a
bad configuration. So taking the WARNING to heed I swapped the 'sql'
section header for 'database' and now the database is properly created
and keystone commands can be successfully executed.

Signed-off-by: Mark Asselstine &lt;mark.asselstine@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>core: update to juno 2014.2 + dependencies</title>
<updated>2014-11-17T22:59:10+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-11-17T22:59:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=d7fe5f8a2a27daa094585df1d2ce0772c28e457b'/>
<id>urn:sha1:d7fe5f8a2a27daa094585df1d2ce0772c28e457b</id>
<content type='text'>
syncing the core components to the latest juno hashes. We also introduce
new packages and update others to meet the juno requirements.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>keystone: allow ability to store tokens in UUID or PKI format</title>
<updated>2014-05-12T20:44:07+00:00</updated>
<author>
<name>Keith Holman</name>
<email>Keith.Holman@windriver.com</email>
</author>
<published>2014-05-12T14:35:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=8be0a0d6836439fd326fd94bc9332b2ee424e94a'/>
<id>urn:sha1:8be0a0d6836439fd326fd94bc9332b2ee424e94a</id>
<content type='text'>
Since Grizzly release Keystone defaults to storing tokens in PKI
format.  Some software works better with keystone if tokens
are in the older UUID format.  This change allows a simple way
to set the storage format within the bitbake receipes. The default
is to use the newer PKI format.

Signed-off-by: Keith Holman &lt;Keith.Holman@windriver.com&gt;
</content>
</entry>
<entry>
<title>keystone: update default backend and timeout configuration</title>
<updated>2014-01-30T21:51:51+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-01-30T21:51:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=a71362127628ef736d70f0009851cd1fe51c9fb8'/>
<id>urn:sha1:a71362127628ef736d70f0009851cd1fe51c9fb8</id>
<content type='text'>
Explicitly update the default keystone configuration file to indicate
the sql token backend, and set the default timeout value to 3600 seconds.

This both improves performance and ages out tokens sooner, keeping the
token list and database smaller.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>python-keystone: Configure postgresql credentials</title>
<updated>2013-08-28T22:41:58+00:00</updated>
<author>
<name>Mihai Prica</name>
<email>prica.mihai@gmail.com</email>
</author>
<published>2013-07-16T14:37:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=5fad2f75b6eb3614e908753b07dda48d94bf7ccf'/>
<id>urn:sha1:5fad2f75b6eb3614e908753b07dda48d94bf7ccf</id>
<content type='text'>
The user and password for postgresql are defined in the
identity class and are loaded by the recipes from this class.

Signed-off-by: Mihai Prica &lt;prica.mihai@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-keystone: Updated db username</title>
<updated>2013-08-28T22:41:57+00:00</updated>
<author>
<name>Mihai Prica</name>
<email>prica.mihai@gmail.com</email>
</author>
<published>2013-06-27T11:14:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=5721ce2fd00bf315ffc6fe174b60c190afc2ef3f'/>
<id>urn:sha1:5721ce2fd00bf315ffc6fe174b60c190afc2ef3f</id>
<content type='text'>
Signed-off-by: Mihai Prica &lt;prica.mihai@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-keystone: Initialized Identity Service</title>
<updated>2013-08-28T22:41:56+00:00</updated>
<author>
<name>Mihai Prica</name>
<email>prica.mihai@gmail.com</email>
</author>
<published>2013-06-11T11:33:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=c7593c10415bcbc613b3b2b9d5dc7f2a19b88f24'/>
<id>urn:sha1:c7593c10415bcbc613b3b2b9d5dc7f2a19b88f24</id>
<content type='text'>
The identity.sh script creates all the users and other
configurations for the openstack services. The openrc
file contains some environment variables that are used
by the openstack CLI commands.

Signed-off-by: Mihai Prica &lt;prica.mihai@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-keystone: Changed DB backend to postgresql</title>
<updated>2013-08-28T22:41:56+00:00</updated>
<author>
<name>Mihai Prica</name>
<email>prica.mihai@gmail.com</email>
</author>
<published>2013-06-11T11:30:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=9edb63604d5ff6d32f5abc788acef07b015a4d59'/>
<id>urn:sha1:9edb63604d5ff6d32f5abc788acef07b015a4d59</id>
<content type='text'>
Signed-off-by: Mihai Prica &lt;prica.mihai@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-keystone: added 2013.1</title>
<updated>2013-08-28T22:41:55+00:00</updated>
<author>
<name>Mihai Prica</name>
<email>prica.mihai@gmail.com</email>
</author>
<published>2013-05-17T14:42:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=2a992fcf4f44577329ae40c72de08f7ed556c641'/>
<id>urn:sha1:2a992fcf4f44577329ae40c72de08f7ed556c641</id>
<content type='text'>
The configuration file contains default options.

Signed-off-by: Mihai Prica &lt;prica.mihai@gmail.com&gt;
</content>
</entry>
</feed>
