<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nova.git/bin/nova-ajax-console-proxy, branch shared-key-msg</title>
<subtitle>OpenStack's nova patches.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/'/>
<entry>
<title>Remove ajaxterm from Nova</title>
<updated>2012-02-07T20:14:31+00:00</updated>
<author>
<name>Thierry Carrez</name>
<email>thierry@openstack.org</email>
</author>
<published>2012-02-07T15:37:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=71410724cd1516608ee58c37077bf9080da38de2'/>
<id>71410724cd1516608ee58c37077bf9080da38de2</id>
<content type='text'>
Removes copy of ajaxterm code, nova-ajax-console-proxy,
and support for get_ajax_console from Nova proper.

Implements blueprint remove-ajaxterm
Fixes bug 917963

Change-Id: I2c0ff427c53c0f63a18b10475d6b4cbe9a085d83
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removes copy of ajaxterm code, nova-ajax-console-proxy,
and support for get_ajax_console from Nova proper.

Implements blueprint remove-ajaxterm
Fixes bug 917963

Change-Id: I2c0ff427c53c0f63a18b10475d6b4cbe9a085d83
</pre>
</div>
</content>
</entry>
<entry>
<title>Move cfg to nova.openstack.common</title>
<updated>2012-02-03T19:21:54+00:00</updated>
<author>
<name>Mark McLoughlin</name>
<email>markmc@redhat.com</email>
</author>
<published>2012-02-03T00:50:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=9871c5f963b6d98240635a9a447d14d46133c910'/>
<id>9871c5f963b6d98240635a9a447d14d46133c910</id>
<content type='text'>
Move it here so that it can be kept in sync with openstack-common using
the new update.py script for code in openstack-common's incubation area.

See here for more details:

  http://wiki.openstack.org/CommonLibrary#Incubation

Note: this commit just moves the existing code in Nova with no other
changes. A subsequent commit will sync it with latest openstack-common
so that it is easier see the new changes.

Change-Id: If88d678b1b9bad3d37117de7f7159d7fea8ab4c8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move it here so that it can be kept in sync with openstack-common using
the new update.py script for code in openstack-common's incubation area.

See here for more details:

  http://wiki.openstack.org/CommonLibrary#Incubation

Note: this commit just moves the existing code in Nova with no other
changes. A subsequent commit will sync it with latest openstack-common
so that it is easier see the new changes.

Change-Id: If88d678b1b9bad3d37117de7f7159d7fea8ab4c8
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor away the flags.DEFINE_* helpers</title>
<updated>2012-01-28T12:37:16+00:00</updated>
<author>
<name>Mark McLoughlin</name>
<email>markmc@redhat.com</email>
</author>
<published>2012-01-23T11:51:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=82049af90e86380043c59741fa4e1cd2cf24aaa7'/>
<id>82049af90e86380043c59741fa4e1cd2cf24aaa7</id>
<content type='text'>
The next obvious step in porting to cfg is to define all options using
cfg schemas directly rather than using the flags.DEFINE_* helpers.

This is a large change, but it is almost entirely pure refactoring and
does not result in any functional changes.

The only change to note is that the default values for glance_host,
glance_api_servers and default_publisher_id options are now using opt
value interpolation i.e.

 -glance_host=_get_my_ip()
 +glance_host='$my_ip'

 -glance_api_servers=['%s:%d' % (FLAGS.glance_host, FLAGS.glance_port)]
 +glance_api_servers=['$glance_host:$glance_port']

 -default_publisher_id=FLAGS.host
 +default_publisher_id='$host'

Also note that the lower_bound check on the {report,periodic}_interval
options are no more, but this has been true since cfg was first added.

Change-Id: Ia58c8f0aaf61628bb55b1b8485118a2a9852ed17
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The next obvious step in porting to cfg is to define all options using
cfg schemas directly rather than using the flags.DEFINE_* helpers.

This is a large change, but it is almost entirely pure refactoring and
does not result in any functional changes.

The only change to note is that the default values for glance_host,
glance_api_servers and default_publisher_id options are now using opt
value interpolation i.e.

 -glance_host=_get_my_ip()
 +glance_host='$my_ip'

 -glance_api_servers=['%s:%d' % (FLAGS.glance_host, FLAGS.glance_port)]
 +glance_api_servers=['$glance_host:$glance_port']

 -default_publisher_id=FLAGS.host
 +default_publisher_id='$host'

Also note that the lower_bound check on the {report,periodic}_interval
options are no more, but this has been true since cfg was first added.

Change-Id: Ia58c8f0aaf61628bb55b1b8485118a2a9852ed17
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused flags.Help*Flag</title>
<updated>2012-01-25T13:14:42+00:00</updated>
<author>
<name>Mark McLoughlin</name>
<email>markmc@redhat.com</email>
</author>
<published>2012-01-25T13:14:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=dd29f420ab9be8e5d05e46185af8505d67faf54f'/>
<id>dd29f420ab9be8e5d05e46185af8505d67faf54f</id>
<content type='text'>
These don't do anything anymore since we just rely on optparse's
--help behaviour.

Change-Id: I7c74456a06fe924503dcfbcfa4da9fc5c26b8ab0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These don't do anything anymore since we just rely on optparse's
--help behaviour.

Change-Id: I7c74456a06fe924503dcfbcfa4da9fc5c26b8ab0
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Stop nova-ajax-console-proxy configuring its own logging."</title>
<updated>2011-11-12T17:30:16+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2011-11-12T17:30:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=31b5f88a187a4a724cf2f5dc8985f37f081aac12'/>
<id>31b5f88a187a4a724cf2f5dc8985f37f081aac12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Log the exception when we get one."</title>
<updated>2011-11-04T14:21:56+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2011-11-04T14:21:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=c978bcab8481b3d0ec33a88c3199a58022d13a4b'/>
<id>c978bcab8481b3d0ec33a88c3199a58022d13a4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop nova-ajax-console-proxy configuring its own logging.</title>
<updated>2011-11-01T19:29:23+00:00</updated>
<author>
<name>Ewan Mellor</name>
<email>ewan.mellor@citrix.com</email>
</author>
<published>2011-11-01T19:29:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=6fa7fa4025e29303a4defca7da1f816405c6784f'/>
<id>6fa7fa4025e29303a4defca7da1f816405c6784f</id>
<content type='text'>
nova-ajax-console-proxy is overriding the logging configuration carefully
set up by nova.log.  There's no reason for it to do this, and it's the only
script in nova/bin that does.  I've removed that code.

Change-Id: I5b2d5026d529a20d26ba3bb721b15f235f6fdda8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
nova-ajax-console-proxy is overriding the logging configuration carefully
set up by nova.log.  There's no reason for it to do this, and it's the only
script in nova/bin that does.  I've removed that code.

Change-Id: I5b2d5026d529a20d26ba3bb721b15f235f6fdda8
</pre>
</div>
</content>
</entry>
<entry>
<title>Log the exception when we get one.</title>
<updated>2011-11-01T18:33:44+00:00</updated>
<author>
<name>Ewan Mellor</name>
<email>ewan.mellor@citrix.com</email>
</author>
<published>2011-11-01T18:33:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=46152102a0f5900e1a2cc0800ec850aa7191a3d6'/>
<id>46152102a0f5900e1a2cc0800ec850aa7191a3d6</id>
<content type='text'>
Change-Id: Iee478c8f300b608dd153e3400bd17866f52543c5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Iee478c8f300b608dd153e3400bd17866f52543c5
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug #884534: nova-ajax-console-proxy crashes on shutdown</title>
<updated>2011-11-01T00:33:47+00:00</updated>
<author>
<name>Ewan Mellor</name>
<email>ewan.mellor@citrix.com</email>
</author>
<published>2011-11-01T00:33:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=826888de038d5ba58c133c5fa1471ec9bfe0f52d'/>
<id>826888de038d5ba58c133c5fa1471ec9bfe0f52d</id>
<content type='text'>
Close the correct connection, when shutting down.  self is not defined in
this context.

Change-Id: I0dc84a1c7de468a381f5765ccba589acbc8173dd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close the correct connection, when shutting down.  self is not defined in
this context.

Change-Id: I0dc84a1c7de468a381f5765ccba589acbc8173dd
</pre>
</div>
</content>
</entry>
<entry>
<title>fix ajax console proxy for new create_consumer method</title>
<updated>2011-08-29T22:15:58+00:00</updated>
<author>
<name>Chris Behrens</name>
<email>cbehrens@codestud.com</email>
</author>
<published>2011-08-29T22:15:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=468ed475207b023cfa3eada48338d34375f55be2'/>
<id>468ed475207b023cfa3eada48338d34375f55be2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
