<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-cloud-services.git/meta-openstack/Documentation, branch havana</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=havana</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=havana'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/'/>
<updated>2014-07-31T19:15:31+00:00</updated>
<entry>
<title>OpenLDAP README</title>
<updated>2014-07-31T19:15:31+00:00</updated>
<author>
<name>Amy Fong</name>
<email>amy.fong@windriver.com</email>
</author>
<published>2014-07-23T15:09:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=f300718c549178e924699d4b8de7f98a7bad6375'/>
<id>urn:sha1:f300718c549178e924699d4b8de7f98a7bad6375</id>
<content type='text'>
Add a README file pertaining to the openldap/keystone/pam usage.

Signed-off-by: Amy Fong &lt;amy.fong@windriver.com&gt;
</content>
</entry>
<entry>
<title>rally add readme doc</title>
<updated>2014-07-17T04:14:05+00:00</updated>
<author>
<name>Vu Tran</name>
<email>vu.tran@windriver.com</email>
</author>
<published>2014-07-10T17:48:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=ce99c21125614dfa72428a9ef3ed563db8c99c93'/>
<id>urn:sha1:ce99c21125614dfa72428a9ef3ed563db8c99c93</id>
<content type='text'>
Signed-off-by: Vu Tran &lt;vu.tran@windriver.com&gt;

</content>
</entry>
<entry>
<title>Add metadata service support to controller node</title>
<updated>2014-06-18T19:08:37+00:00</updated>
<author>
<name>Andy Ning</name>
<email>andy.ning@windriver.com</email>
</author>
<published>2014-06-13T15:21:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=c030ef7f8c2a15f7c7d0faa7122d99b853133e9f'/>
<id>urn:sha1:c030ef7f8c2a15f7c7d0faa7122d99b853133e9f</id>
<content type='text'>
The metadata service is working as the following:
- metadata is being served by nova-api on controller at port 8775.
- VM instance requests metadata by 169.254.169.254 (eg, curl http://169.254.169.254/latest/meta-data)
- metadata request comes to neutron-ns-metadata-proxy on controller in dhcp network name space.
- neutron-ns-metadata-proxy forwards the request to neutron-metadata-agent through a unix domain socket (/var/lib/neutron/metadata_proxy).
- neutron-metadata-agent sends the request to nova-api on port 8775 to be serviced.

To support metadata service, neutron-ns-metadata-proxy is baked into the controller image. Also neutron-metadata-agent startup script
(/etc/init.d/neutron-metadata-agent) and config file (/etc/neutron/metadata_agent.ini) are added to start up metadata agent at system
initialization. dhcp_agent.ini and nova.conf are updated as well.

A README.metadata is added in the Documentation/ directory.

Signed-off-by: Andy Ning &lt;andy.ning@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>Upgrade cirros guest image to 0.3.2</title>
<updated>2014-06-17T14:10:26+00:00</updated>
<author>
<name>Andy Ning</name>
<email>andy.ning@windriver.com</email>
</author>
<published>2014-06-13T18:03:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=d4843bbf0b3d2c7019be1d67c174a9826e69e41a'/>
<id>urn:sha1:d4843bbf0b3d2c7019be1d67c174a9826e69e41a</id>
<content type='text'>
cirros 0.3.0 has a bug which ignores classless static routes passed by
dhcp option 121. This static route is needed for the instance to access
metadata service from 169.254.169.254. 0.3.2 has this bug fixed.
Details about this bug can be found at: https://bugs.launchpad.net/cirros/+bug/1190372

Updated documents that reference specific version of cirros as well.

Note: 0.3.2 download URI (SRC_URI) has been changed from "https://launchpad.net/cirros/trunk" to "http://download.cirros-cloud.net", since cirros binary downloads are all in the new URI.

Signed-off-by: Andy Ning &lt;andy.ning@windriver.com&gt;
</content>
</entry>
<entry>
<title>ceph README missing test steps</title>
<updated>2014-05-26T20:00:04+00:00</updated>
<author>
<name>Vu Tran</name>
<email>vu.tran@windriver.com</email>
</author>
<published>2014-05-26T18:33:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=996be020e105af34841f25e601afd608486f111d'/>
<id>urn:sha1:996be020e105af34841f25e601afd608486f111d</id>
<content type='text'>
By default cinder-backup driver is swift.  To test
ceph cinder-backup driver, the backup_driver in
cinder.conf must be set to ceph.  Update README.ceph-openstack
to reflect this.

Also change "$" to "#" for test steps which are not commands.

Signed-off-by: Vu Tran &lt;vu.tran@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>add readme about barbican security issues</title>
<updated>2014-05-24T03:58:27+00:00</updated>
<author>
<name>Keith Holman</name>
<email>Keith.Holman@windriver.com</email>
</author>
<published>2014-05-22T14:34:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=796384a6c5260a6d0e868ffe14f824318d68f55a'/>
<id>urn:sha1:796384a6c5260a6d0e868ffe14f824318d68f55a</id>
<content type='text'>
Using Barbican with Keystone authentication has some known
problems.  Specifically, the problme is that Keystone now uses PKI
tokens, which are too long for the Barbican protocol to handle in
its current configuration.  This patch delivers a readme file to
document these issues for the end-user.

Signed-off-by: Keith Holman &lt;Keith.Holman@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>documentation: remove non-yocto script references</title>
<updated>2014-05-24T03:54:59+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-05-24T03:52:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=12b1791f0f1706c5d6425a2562c0c79561d92302'/>
<id>urn:sha1:12b1791f0f1706c5d6425a2562c0c79561d92302</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>docs: move more READMEs into Documentation</title>
<updated>2014-05-24T03:54:59+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-05-24T03:49:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=de08bc189e421a415aba5c74ce3bd3b649e86e7f'/>
<id>urn:sha1:de08bc189e421a415aba5c74ce3bd3b649e86e7f</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>Testing documentation</title>
<updated>2014-05-24T03:54:59+00:00</updated>
<author>
<name>Amy Fong</name>
<email>amy.fong@windriver.com</email>
</author>
<published>2014-05-21T18:35:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=6400e46d4983262563e38083cd99787fb54e3f6a'/>
<id>urn:sha1:6400e46d4983262563e38083cd99787fb54e3f6a</id>
<content type='text'>
Add documentation for testing swift, ceph, heat.

Create a script and instructions on a script that launches a controller
and a specified number of compute nodes.

Signed-off-by: Amy Fong &lt;amy.fong@windriver.com&gt;
</content>
</entry>
</feed>
