<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-cloud-services.git/meta-openstack/recipes-devtools/python/python-heat, branch scarthgap</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=scarthgap</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=scarthgap'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/'/>
<updated>2015-11-16T20:11:44+00:00</updated>
<entry>
<title>init: no need to close (non-existing) ps file descriptors</title>
<updated>2015-11-16T20:11:44+00:00</updated>
<author>
<name>Mark Asselstine</name>
<email>mark.asselstine@windriver.com</email>
</author>
<published>2015-11-12T02:50:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=d0206f9f16905937397f27fb8c18a46331d13056'/>
<id>urn:sha1:d0206f9f16905937397f27fb8c18a46331d13056</id>
<content type='text'>
Attempting to get the status of various daemons which are part of the
compute image results in an error:

ps: write error: Bad file descriptor

Switch to using the more standard io redirection techniques to avoid
this error.

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: Change packages configuration to use apache keystone.</title>
<updated>2014-09-22T15:46:43+00:00</updated>
<author>
<name>Liam R. Howlett</name>
<email>Liam.Howlett@WindRiver.com</email>
</author>
<published>2014-09-19T19:52:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=1c34736247f8ae18d054cfecfec54152bf27f1d9'/>
<id>urn:sha1:1c34736247f8ae18d054cfecfec54152bf27f1d9</id>
<content type='text'>
This commit changes all required configurations to use keystone running
on apache.  The following packages configurations were modified for
keystone running on apache:  python-neutron, python-nova, tempest,
        python-swift, python-rally, python-heat, python-glance,
        python-cinder, python-ceilmoeter, python-horizon.

Signed-off-by: Liam R. Howlett &lt;Liam.Howlett@WindRiver.com&gt;
</content>
</entry>
<entry>
<title>openstack initscript: add reset</title>
<updated>2014-07-25T19:45:30+00:00</updated>
<author>
<name>Amy Fong</name>
<email>amy.fong@windriver.com</email>
</author>
<published>2014-07-24T17:04:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=1491d54da84195dda8c7d5ce1fac21437f2bc519'/>
<id>urn:sha1:1491d54da84195dda8c7d5ce1fac21437f2bc519</id>
<content type='text'>
Some of the openstack data is associated with external resources
(ie glance may have external files), we explicitly invoke the delete commands on those
in additional to dropping and recreating the databases.

Signed-off-by: Amy Fong &lt;amy.fong@windriver.com&gt;
</content>
</entry>
<entry>
<title>heat: change template version to 2013-05-23</title>
<updated>2014-05-22T19:32:26+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-05-22T19:32:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=37bcb42b746cc9f0901f8610f18de337e4057f93'/>
<id>urn:sha1:37bcb42b746cc9f0901f8610f18de337e4057f93</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>heat tests change project_dir path</title>
<updated>2014-05-21T18:35:25+00:00</updated>
<author>
<name>Vu Tran</name>
<email>vu.tran@windriver.com</email>
</author>
<published>2014-05-14T20:12:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=2d5085be3f50d7c7256a75ce92a74f54eaa7af9a'/>
<id>urn:sha1:2d5085be3f50d7c7256a75ce92a74f54eaa7af9a</id>
<content type='text'>
By default, heat-tests sets project dir to
/usr/&lt;lib/lib64&gt;/python2.7/site-packages/ which
is the starting place for heat-tests to search
for default environment setting file.  However all
the required file are in /etc/heat. So
set project_dir to "/"

Signed-off-by: Vu Tran &lt;vu.tran@windriver.com&gt;
</content>
</entry>
<entry>
<title>heat: add example hot templates</title>
<updated>2014-05-21T18:35:25+00:00</updated>
<author>
<name>Vu Tran</name>
<email>vu.tran@windriver.com</email>
</author>
<published>2014-05-14T20:11:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=18e871ba58697e651f8036cae4d41f631cf218d8'/>
<id>urn:sha1:18e871ba58697e651f8036cae4d41f631cf218d8</id>
<content type='text'>
Add 2 hot templates which can be used to create
heat stack for demonstrating heat stack lifecycle
management and autoscaling

Signed-off-by: Vu Tran &lt;vu.tran@windriver.com&gt;
</content>
</entry>
<entry>
<title>heat change config file for autoscaling</title>
<updated>2014-05-21T18:35:25+00:00</updated>
<author>
<name>Vu Tran</name>
<email>vu.tran@windriver.com</email>
</author>
<published>2014-05-14T20:10:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=385c8fa44a1f46ad785531eee1227382e5beb8e4'/>
<id>urn:sha1:385c8fa44a1f46ad785531eee1227382e5beb8e4</id>
<content type='text'>
Set heat_metadata_server_url, heat_waitcondition_server_url
config options in heat.conf to allow Ceilometer to be
able to invoke heat when resource alarm triggered.

Signed-off-by: Vu Tran &lt;vu.tran@windriver.com&gt;
</content>
</entry>
<entry>
<title>OpenStack: sysvinit scripts - enable logging</title>
<updated>2014-03-28T18:39:30+00:00</updated>
<author>
<name>Amy Fong</name>
<email>amy.fong@windriver.com</email>
</author>
<published>2014-03-28T17:56:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=984c2d69f51824a4c1e7b3a448fe24759e594026'/>
<id>urn:sha1:984c2d69f51824a4c1e7b3a448fe24759e594026</id>
<content type='text'>
Explicitly enable --log-dir to enable logging where available

Signed-off-by: Amy Fong &lt;amy.fong@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>OpenStack: Add to missing functionality in sysvinit scripts</title>
<updated>2014-03-17T19:27:41+00:00</updated>
<author>
<name>Amy Fong</name>
<email>amy.fong@windriver.com</email>
</author>
<published>2014-03-17T18:14:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=9a74961bafabc404f015fc5d8a9da969d263dad3'/>
<id>urn:sha1:9a74961bafabc404f015fc5d8a9da969d263dad3</id>
<content type='text'>
Add status/reload to sysvinit scripts
Modify tgtd to make start/stop work better (borrowed from Debian's
implementation)

Signed-off-by: Amy Fong &lt;amy.fong@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>initscrtips: make initscripts chkconfig and service safe</title>
<updated>2013-11-25T20:25:38+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2013-11-18T19:04:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=7b5bba81e957c4107c02f71b0d41b0a3f035385f'/>
<id>urn:sha1:7b5bba81e957c4107c02f71b0d41b0a3f035385f</id>
<content type='text'>
To support the execution of the chkconfig and service scripts, we need
to ensure a consistent header on the initscripts, and a consistent
environment that allows scratch files to be written.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
</feed>
