Re: [openstack-dev] [Nova] Network stuff in Nova API v3

2013-08-12 Thread Alex Xu
On 2013年08月08日 13:49, Zhu Bo wrote: On 2013年08月07日 21:42, Alex Xu wrote: On 2013年08月07日 17:38, John Garbutt wrote: multi-nic added an extra virtual interface on a seprate network, like adding a port: http://docs.openstack.org/trunk/openstack-compute/admin/content/using-multi-nics.html That

[openstack-dev] Remove 'absolute_limit' from limits's response for v3

2013-08-12 Thread Alex Xu
Hi, guys, When I'm cleaning up v3 api. I found limits extension will return absolute_limit. I think that already done by extension quota_sets. And I can't guess the reason why we keep that in limits. For ensure, I didn't missing something, I bring it to here. If we haven't any reason for

[openstack-dev] AUTO: Zhao Fang ZF Han is out of the office (returning 08/19/2013)

2013-08-12 Thread Zhao Fang ZF Han
I am out of the office until 08/19/2013. I'll be out of office for 5 days from 08/12 to 08/16, will not able to response to your mail very quickly. Note: This is an automated response to your message Re: [openstack-dev] [Nova] Network stuff in Nova API v3 sent on 08/12/2013 15:59:47. This

Re: [openstack-dev] [climate] Mirantis proposal to extend Climate to support virtual resources reservation

2013-08-12 Thread Patrick Petit
On 8/9/13 3:05 PM, Nikolay Starodubtsev wrote: Hello, Patrick! We have several reasons to think that for the virtual resources this possibility is interesting. If we speak about physical resources, user may use them in the different ways, that's why it is impossible to include base actions

Re: [openstack-dev] [climate] Mirantis proposal to extend Climate to support virtual resources reservation

2013-08-12 Thread Patrick Petit
On 8/9/13 9:06 PM, Scott Devoid wrote: Hi Nikolay and Patrick, thanks for your replies. Virtual vs. Physical Resources Ok, now I realize what you meant by virtual resources, e.g. instances, volumes, networks...resources provided by existing OpenStack schedulers. In this case physical

[openstack-dev] [savanna] Savanna PTL election proposal

2013-08-12 Thread Matthew Farrellee
This is a request for feedback from the community. The Savanna project has been operating with a benevolent dictator. It wants to upgrade to an elected PTL. There's no set process for a project that isn't incubating or integrated. Our goal is to mirror the standard election process as

[openstack-dev] [ANN] LogCAS is released

2013-08-12 Thread Akira Yoshiyama
Hello stackers, I'm pleased to announce the first release of LogCAS, a log collecting/analyzing system for OpenStack. LogCAS has major features below: * List logs: list logs from OpenStack components by time series. * List requests: list logs per request ID. * Display a request: list logs for a

Re: [openstack-dev] Proposal for approving Auto HA development blueprint.

2013-08-12 Thread yongiman
Hi, Now, I am developing auto ha operation for vm high availability. This function is all progress automatically. It needs other service like ceilometer. ceilometer monitors compute nodes. When ceilometer detects broken compute node, it send a api call to Nova, nova exposes for

Re: [openstack-dev] [Ceilometer] Ceilometer and nova compute cells

2013-08-12 Thread Doug Hellmann
On Mon, Aug 5, 2013 at 3:49 AM, Julien Danjou jul...@danjou.info wrote: On Fri, Aug 02 2013, Doug Hellmann wrote: On Fri, Aug 2, 2013 at 7:47 AM, Julien Danjou jul...@danjou.info wrote: That would need the RPC layer to connect to different rabbitmq server. Not sure that's supported yet.

Re: [openstack-dev] [nova] Autogenerating the Nova v3 API specification

2013-08-12 Thread Doug Hellmann
On Mon, Aug 5, 2013 at 10:36 AM, Christopher Yeoh cbky...@gmail.com wrote: On Mon, 5 Aug 2013 14:55:15 +0100 John Garbutt j...@johngarbutt.com wrote: Given we seem to be leaning towards WSME: http://lists.openstack.org/pipermail/openstack-dev/2013-August/012954.html Could we not try to

Re: [openstack-dev] [ANN] LogCAS is released

2013-08-12 Thread Akira Yoshiyama
Oh, sorry. It was sent before I finished to write it. Hello stackers, I'm pleased to announce the first release of LogCAS, a log collecting/analyzing system for OpenStack. LogCAS has major features below: * List logs: list logs from OpenStack components by time series. * List requests:

Re: [openstack-dev] Is WSME really suitable? (Was: [nova] Autogenerating the Nova v3 API specification)

2013-08-12 Thread Doug Hellmann
There's a fix for this in WSME trunk, but it only works with Pecan at the moment. Now that I'm back from vacation, I will resume working on getting WSME onto StackForge and a new release cut. Doug On Tue, Aug 6, 2013 at 7:36 PM, Devananda van der Veen devananda@gmail.com wrote: On Tue,

[openstack-dev] MultiClusterZones

2013-08-12 Thread Wolfgang Richter
What is the status of this proposal: https://wiki.openstack.org/wiki/MultiClusterZones Has anyone worked on it? -- Wolf ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org

Re: [openstack-dev] [Ceilometer] Need help with HBase backend

2013-08-12 Thread Stas Maksimov
Aha, so here it goes. The problem was not caused by monkey-patching or multithreading issues, it was caused by the DevStack VM losing its connection and getting a new address from the DHCP server. Once I fixed the connection issues, the problem with eventlet disappeared. Hope this helps, Stas On

Re: [openstack-dev] [Ceilometer] Need help with HBase backend

2013-08-12 Thread Thomas Maddox
Hmmm, that's interesting. That would effect an all-in-one deployment? It's referencing localhost right now; not distributed. My Thrift server is hbase://127.0.0.1:9090/. Or would that still effect it, because it's a software facilitated localhost reference and I'm doing dev inside of a VM (in

Re: [openstack-dev] [Ceilometer] Need help with HBase backend

2013-08-12 Thread Stas Maksimov
Is it sporadic or happens all the time? In my case my Ceilometer VM was different from HBase VM, so I'm not sure if DHCP issues can affect localhost connections. Thanks, Stas On 12 August 2013 15:29, Thomas Maddox thomas.mad...@rackspace.com wrote: Hmmm, that's interesting. That would

Re: [openstack-dev] [nova] gauging feelings on a new config option for powervm_lpar_operation_timeout

2013-08-12 Thread Russell Bryant
On 08/11/2013 04:04 PM, Matt Riedemann wrote: While working on a patch to implement hard reboot for the powervm driver [1], I noticed that the stop_lpar (power_off) method has a timeout argument with a default value of 30 seconds but it's not overridden anywhere in the code and it's not

Re: [openstack-dev] [Ceilometer] Need help with HBase backend

2013-08-12 Thread Thomas Maddox
Happens all of the time. I haven't been able to get a single meter stored. :( From: Stas Maksimov maksi...@gmail.commailto:maksi...@gmail.com Reply-To: OpenStack Development Mailing List openstack-dev@lists.openstack.orgmailto:openstack-dev@lists.openstack.org Date: Monday, August 12, 2013 9:34

Re: [openstack-dev] Extension to volume creation (filesystem and label)

2013-08-12 Thread Vishvananda Ishaya
This would need to happen on the cinder side on creation. I don't think it is safe for nova to be modifying the contents of the volume on attach. That said nova does currently set the serial number on attach (for libvirt at least) so the volume will show up as: /dev/disk/by-id/virtio-uuid

Re: [openstack-dev] [nova] gauging feelings on a new config option for powervm_lpar_operation_timeout

2013-08-12 Thread Matt Riedemann
Russell, with powervm the hypervisor (IVM) is running on a detached system and depending on how many compute nodes are going through the same hypervisor I would think the load would vary as it processes multiple requests. In my runs with Tempest I haven't seen any timeouts in the power_off

Re: [openstack-dev] [climate] Mirantis proposal to extend Climate to support virtual resources reservation

2013-08-12 Thread Nikolay Starodubtsev
Hi, again! Partick, I’ll try to explain why do we belive in some base actions like instance starting/deleting in Climate. We are thinking about the following workflow (that will be quite comfortable and user friendly, and now we have more than one customer who really want it): 1) User goes to

[openstack-dev] [Murano] Meeting minutes 2013-08-12

2013-08-12 Thread Denis Koryavov
Hello, Below, you can see the meeting minutes from today's Murano meeting. Minutes: http://eavesdrop.openstack.org/meetings/murano/2013/murano.2013-08-12-15.05.html Minutes (text): http://eavesdrop.openstack.org/meetings/murano/2013/murano.2013-08-12-15.05.txt Log:

[openstack-dev] [OpenStack][Dev] Block Storage libraries and shared code

2013-08-12 Thread John Griffith
Hey, There have been a couple of block storage related patches in Nova lately and I wanted to get some discussion going and also maybe increase some awareness on some efforts that were discussed at the last summit. To catch up a bit here's the etherpad from the summit session [1]. First off,

[openstack-dev] [ANVIL] Missing openvswitch dependency for basic-neutron.yaml persona

2013-08-12 Thread Sylvain Bauza
Hi, ./smithy -a install -p conf/personas/in-a-box/basic-neutron.yaml is failing because of openvswitch missing. See logs here [1]. Does anyone knows why openvswitch is needed when asking for linuxbridge in components/neutron.yaml ? Shall I update distros/rhel.yaml ? -Sylvain [1] :

Re: [openstack-dev] Extension to volume creation (filesystem and label)

2013-08-12 Thread John Griffith
On Mon, Aug 12, 2013 at 9:15 AM, Vishvananda Ishaya vishvana...@gmail.comwrote: This would need to happen on the cinder side on creation. I don't think it is safe for nova to be modifying the contents of the volume on attach. That said nova does currently set the serial number on attach (for

Re: [openstack-dev] Extension to volume creation (filesystem and label)

2013-08-12 Thread Greg Poirier
On Mon, Aug 12, 2013 at 9:18 AM, John Griffith john.griff...@solidfire.comwrote: On Mon, Aug 12, 2013 at 9:15 AM, Vishvananda Ishaya vishvana...@gmail.com wrote: This would need to happen on the cinder side on creation. I don't think it is safe for nova to be modifying the contents of the

Re: [openstack-dev] Allows to set the memory parameters for an Instance

2013-08-12 Thread Shake Chen
maybe use Extra Flavor . https://wiki.openstack.org/wiki/FlavorExtraSpecsKeyList On Sun, Aug 11, 2013 at 3:49 PM, Jae Sang Lee hyan...@gmail.com wrote: I've registered a blueprint to allows to set the advanced memory parameters for an Instance

[openstack-dev] Issues with devstack

2013-08-12 Thread Monty Taylor
Hey all! You may have noticed recently that there are issues running devstack on brand new machines - and if you have noticed that, you may have been asking: - what's the problem? - how the heck did this make it past the gate since we run devstack so often? Well - this is a fun one, and it's

Re: [openstack-dev] Extension to volume creation (filesystem and label)

2013-08-12 Thread John Griffith
On Mon, Aug 12, 2013 at 10:52 AM, Fox, Kevin M kevin@pnnl.gov wrote: It may make the dependency tree a bit weird but Cinder could use Nova to do the actual work. Make a bare minimum image that Cinder fires up under Nova, attaches the volumes, and then does the partitioning/formatting. Once

[openstack-dev] [Infra] Meeting Tuesday August 13th at 19:00 UTC

2013-08-12 Thread Elizabeth Krumbach Joseph
The OpenStack Infrastructure (Infra) team is hosting our weekly meeting tomorrow, Tuesday August 13th, at 19:00 UTC in #openstack-meeting Meeting agenda available here: https://wiki.openstack.org/wiki/Meetings/InfraTeamMeeting (anyone is welcome to to add agenda items) Everyone interested in

Re: [openstack-dev] Extension to volume creation (filesystem and label)

2013-08-12 Thread Greg Poirier
On Mon, Aug 12, 2013 at 10:26 AM, Clint Byrum cl...@fewbar.com wrote: Like others, I am a little dubious about adding a filesystem to these disks for a number of reasons. It feels like a violation of its just a bunch of bits. I actually think that it's a valid concern. I've been trying to

Re: [openstack-dev] [swift] ssbench inconsistent results across identical runs

2013-08-12 Thread Clay Gerrard
Three things. 1) make your runs last longer than a few seconds, a sustained load over a longer period will average out some of jitter.. 2) You don't have enough log lines. Is this a single replica cluster? How does that work? 3) If you're benchmarking with the background daemons on, you might

Re: [openstack-dev] [OpenStack][Dev] Block Storage libraries and shared code

2013-08-12 Thread Vishvananda Ishaya
On Aug 12, 2013, at 8:55 AM, John Griffith john.griff...@solidfire.com wrote: Hey, There have been a couple of block storage related patches in Nova lately and I wanted to get some discussion going and also maybe increase some awareness on some efforts that were discussed at the last

Re: [openstack-dev] [OpenStack][Dev] Block Storage libraries and shared code

2013-08-12 Thread Russell Bryant
On 08/12/2013 02:56 PM, Vishvananda Ishaya wrote: On Aug 12, 2013, at 8:55 AM, John Griffith john.griff...@solidfire.com mailto:john.griff...@solidfire.com wrote: Hey, There have been a couple of block storage related patches in Nova lately and I wanted to get some discussion going and

Re: [openstack-dev] [Neutron] FWaaS: Support for explicit commit

2013-08-12 Thread Sumit Naiksatam
Hi Aaron, I seemed to have missed this email from you earlier. As compared to existing Neutron resources, the FWaaS Firewall resource and workflow is slightly different, since it's a two step process. The rules/policy creation is decoupled (for audit reasons) from its application on the backend

Re: [openstack-dev] [OpenStack][Dev] Block Storage libraries and shared code

2013-08-12 Thread John Griffith
On Mon, Aug 12, 2013 at 1:06 PM, Russell Bryant rbry...@redhat.com wrote: On 08/12/2013 02:56 PM, Vishvananda Ishaya wrote: On Aug 12, 2013, at 8:55 AM, John Griffith john.griff...@solidfire.com mailto:john.griff...@solidfire.com wrote: Hey, There have been a couple of block

[openstack-dev] Keystone Apache2 Installation Question

2013-08-12 Thread Miller, Mark M (EB SW Cloud - RD - Corvallis)
Hello, I am looking for documentation on how to install/configure Apache2 as the Keystone front end for Ubuntu 12.04. I have found various documentation snippets for a variety of applications and operating systems, but nothing for Ubuntu. Any pointers would greatly be appreciated. I have been

Re: [openstack-dev] Keystone Apache2 Installation Question

2013-08-12 Thread Dolph Mathews
What problem(s) are you running into when following the above documentation / examples? On Mon, Aug 12, 2013 at 3:32 PM, Miller, Mark M (EB SW Cloud - RD - Corvallis) mark.m.mil...@hp.com wrote: Hello, I am looking for documentation on how to install/configure Apache2 as the Keystone front

Re: [openstack-dev] the plan the plan the havana doc plan

2013-08-12 Thread Anne Gentle
On Thu, Aug 8, 2013 at 9:42 AM, Thierry Carrez thie...@openstack.orgwrote: Anne Gentle wrote: Let me know your input on continuous release with bug tracking for the guides in the list above. If you have additional ideas, I'd love to hear them. I'm definitely pondering the integrated

Re: [openstack-dev] Keystone Apache2 Installation Question

2013-08-12 Thread Miller, Mark M (EB SW Cloud - RD - Corvallis)
The commands/libraries do not exist for Ubuntu, Keystone no longer starts up, directories between the sets of documents do not match, ... From: Dolph Mathews [mailto:dolph.math...@gmail.com] Sent: Monday, August 12, 2013 1:41 PM To: OpenStack Development Mailing List Subject: Re:

[openstack-dev] [Ceilometer] Nova_tests failing in jenkins

2013-08-12 Thread Herndon, John Luke (HPCS - Ft. Collins)
Hi - The nova_tests are failing for a couple of different Ceilometer reviews, due to 'module' object has no attribute 'add_driver'. This review (https://review.openstack.org/#/c/41316/) had nothing to do with the nova_tests, yet they are failing. Any clue what's going on? Apologies if there is

[openstack-dev] [glance] [ceilometer] Periodic Auditing In Glance

2013-08-12 Thread Andrew Melton
I'd like to open a discussion about bringing periodic auditing to Glance. This would be very similar to Nova's instance usage audit, which emits compute.instance.exists events for each instance that was active for the given period. Likewise, Glance would emit an image.exists for any image which

[openstack-dev] [keystone] Pagination

2013-08-12 Thread Henry Nash
Hi I'm working on extending the pagination into the backends. Right now, we handle the pagination in the v3 controller classand in fact it is disabled right now and we return the whole list irrespective of whether page/per-page is set in the query string, e.g.: def paginate(cls,

Re: [openstack-dev] Keystone Apache2 Installation Question

2013-08-12 Thread Miller, Mark M (EB SW Cloud - RD - Corvallis)
Looks like I may be ahead of the game. It doesn't look like this blueprint has been started yet. Am I correct? https://blueprints.launchpad.net/devstack/+spec/devstack-setup-apache-keystone A very valuable feature of Keystone is to configure it to leverage apache as its front end. As a means

[openstack-dev] [Nova] Concern about Havana database migrations

2013-08-12 Thread Michael Still
Hi. I have increasing levels of concern about Havana database migrations and I want to beg for help, especially from nova core reviewers. Specifically, I don't think its possible to land all of the database migrations people need before the 22 August proposal freeze. At the moment I see 10

Re: [openstack-dev] [Heat] event table is a ticking time bomb

2013-08-12 Thread Angus Salkeld
On 12/08/13 16:52 -0400, Doug Hellmann wrote: On Mon, Aug 12, 2013 at 4:11 PM, Clint Byrum cl...@fewbar.com wrote: Excerpts from Doug Hellmann's message of 2013-08-12 12:08:58 -0700: On Fri, Aug 9, 2013 at 11:56 AM, Clint Byrum cl...@fewbar.com wrote: Excerpts from Sandy Walsh's message of

Re: [openstack-dev] [Heat] event table is a ticking time bomb

2013-08-12 Thread Steve Baker
On 08/13/2013 10:39 AM, Angus Salkeld wrote: On 12/08/13 16:52 -0400, Doug Hellmann wrote: On Mon, Aug 12, 2013 at 4:11 PM, Clint Byrum cl...@fewbar.com wrote: Excerpts from Doug Hellmann's message of 2013-08-12 12:08:58 -0700: On Fri, Aug 9, 2013 at 11:56 AM, Clint Byrum cl...@fewbar.com

Re: [openstack-dev] [Heat] event table is a ticking time bomb

2013-08-12 Thread Angus Salkeld
On 13/08/13 10:48 +1200, Steve Baker wrote: On 08/13/2013 10:39 AM, Angus Salkeld wrote: On 12/08/13 16:52 -0400, Doug Hellmann wrote: On Mon, Aug 12, 2013 at 4:11 PM, Clint Byrum cl...@fewbar.com wrote: Excerpts from Doug Hellmann's message of 2013-08-12 12:08:58 -0700: On Fri, Aug 9, 2013

[openstack-dev] Scheduler sub-group meeting agenda 8/13

2013-08-12 Thread Dugger, Donald D
As mentioned last week let's discuss: 1) Perspective for nova scheduler This is Boris' ideas for the scheduler, you can read his detailed writeup at: https://docs.google.com/document/d/1_DRv7it_mwalEZzLy5WO92TJcummpmWL4NWsWf0UWiQ/edit#heading=h.6ixj0ctv4rwu -- Don Dugger Censeo

Re: [openstack-dev] Keystone Apache2 Installation Question

2013-08-12 Thread Miller, Mark M (EB SW Cloud - RD - Corvallis)
Progress: Got Keystone working under Apache2 with HTTP based on the following 2 URLs . HTTPS is the next. https://keystone-voms.readthedocs.org/en/latest/requirements.html https://www.digitalocean.com/community/articles/how-to-create-a-ssl-certificate-on-apache-for-ubuntu-12-04 Mark From:

Re: [openstack-dev] [keystone] Pagination

2013-08-12 Thread Dolph Mathews
The way paginated links are defined by the v3 API (via `next` and `previous` links), it can be completely up to the driver as to what the query parameters look like. So, the client shouldn't have (nor require) any knowledge of how to build query parameters for pagination. It just needs to follow

Re: [openstack-dev] [keystone] Pagination

2013-08-12 Thread Adam Young
On 08/12/2013 05:34 PM, Henry Nash wrote: Hi I'm working on extending the pagination into the backends. Right now, we handle the pagination in the v3 controller classand in fact it is disabled right now and we return the whole list irrespective of whether page/per-page is set in the

Re: [openstack-dev] [keystone] Pagination

2013-08-12 Thread Jay Pipes
On 08/12/2013 08:27 PM, Adam Young wrote: On 08/12/2013 05:34 PM, Henry Nash wrote: Hi I'm working on extending the pagination into the backends. Right now, we handle the pagination in the v3 controller classand in fact it is disabled right now and we return the whole list irrespective of

Re: [openstack-dev] [keystone] Pagination

2013-08-12 Thread Adam Young
On 08/12/2013 08:33 PM, Jay Pipes wrote: On 08/12/2013 08:27 PM, Adam Young wrote: On 08/12/2013 05:34 PM, Henry Nash wrote: Hi I'm working on extending the pagination into the backends. Right now, we handle the pagination in the v3 controller classand in fact it is disabled right now and

Re: [openstack-dev] [keystone] Pagination

2013-08-12 Thread Jamie Lennox
I'm not sure where it would make sense within the API to return the name of the page/per_page variables to the client that doesn't involve having already issued the call (ie returning the names within the links box means you've already issued the query). If we standardize on the page/per_page

[openstack-dev] [Neutron] LBaaS routed insertion implementation

2013-08-12 Thread Itsuro ODA
Hi, I am interested in 5. Routed insertion implementation which is mentioned in the Neutron/LBaaS/HavanaPlan wiki page. What is the current status of this ? Thanks. -- Itsuro ODA o...@valinux.co.jp ___ OpenStack-dev mailing list

Re: [openstack-dev] [keystone] Pagination

2013-08-12 Thread Miller, Mark M (EB SW Cloud - RD - Corvallis)
The main reason I use user lists (i.e. keystone user-list) is to get the list of usernames/IDs for other keystone commands. I do not see the value of showing all of the users in an LDAP server when they are not part of the keystone database (i.e. do not have roles assigned to them). Performing

Re: [openstack-dev] can't install devstack - nova-api did not start

2013-08-12 Thread XINYU ZHAO
Hi Sean I uninstalled the oslo.config 1.1.1 version and run devstack, but this time it stopped at 2013-08-09 18:55:16 + /opt/stack/new/keystone/bin/keystone-manage db_sync 2013-08-09 18:55:16 Traceback (most recent call last): 2013-08-09 18:55:16 File

Re: [openstack-dev] [Ceilometer] Nova_tests failing in jenkins

2013-08-12 Thread Clark Boylan
On Mon, Aug 12, 2013 at 1:54 PM, Herndon, John Luke (HPCS - Ft. Collins) john.hern...@hp.com wrote: Hi - The nova_tests are failing for a couple of different Ceilometer reviews, due to 'module' object has no attribute 'add_driver'. This review (https://review.openstack.org/#/c/41316/) had

[openstack-dev] [vmware] VMwareAPI sub-team status update 2013-08-12

2013-08-12 Thread Shawn Hartsock
Greetings stackers! Here's the Monday report for the VMware API subteam! We've got 4 ready for a core-reviewer to take a look at! Meanwhile, there's a healthy pile of patches (8 in all) that need rework. I've got 5 patches that need reviews done by someone who knows VMware API's and 3 that

Re: [openstack-dev] can't install devstack - nova-api did not start

2013-08-12 Thread Noorul Islam K M
XINYU ZHAO xyzje...@gmail.com writes: Hi Sean I uninstalled the oslo.config 1.1.1 version and run devstack, but this time it stopped at 2013-08-09 18:55:16 + /opt/stack/new/keystone/bin/keystone-manage db_sync 2013-08-09 18:55:16 Traceback (most recent call last): 2013-08-09 18:55:16

Re: [openstack-dev] [keystone] Pagination

2013-08-12 Thread Dolph Mathews
On Mon, Aug 12, 2013 at 7:51 PM, Jamie Lennox jlen...@redhat.com wrote: I'm not sure where it would make sense within the API to return the name of the page/per_page variables to the client that doesn't involve having already issued the call (ie returning the names within the links box means

Re: [openstack-dev] [keystone] Pagination

2013-08-12 Thread Adam Young
On 08/12/2013 09:22 PM, Miller, Mark M (EB SW Cloud - RD - Corvallis) wrote: The main reason I use user lists (i.e. keystone user-list) is to get the list of usernames/IDs for other keystone commands. I do not see the value of showing all of the users in an LDAP server when they are not part

[openstack-dev] Any one can help on nova source hacking?

2013-08-12 Thread Zhang, Li ((Victor,ES-OCTO-HCC-CHINA-BJ))
Dear stackers, Recently, I am planning to hack the source of the nova project, it is really a huge project in openstack! I got lost in where to start from, anybody out there can give a hint on this? Thanks! Vic ___ OpenStack-dev mailing list

[openstack-dev] 答复: Proposal for approving Auto HA development blueprint.

2013-08-12 Thread Konglingxian
Hi yongiman: Your idea is good, but I think the auto HA operation is not OpenStack’s business. IMO, Ceilometer offers ‘monitoring’, Nova offers ‘evacuation’, and you can combine them to realize HA operation. So, I’m afraid I can’t understand the specific implementation details very well. Any

Re: [openstack-dev] can't install devstack - nova-api did not start

2013-08-12 Thread XINYU ZHAO
Name: oslo.config Version: 1.2.0.a192.gc65d70c Location: /opt/stack/new/oslo.config Requires: six On Mon, Aug 12, 2013 at 7:59 PM, Noorul Islam K M noo...@noorul.com wrote: XINYU ZHAO xyzje...@gmail.com writes: Hi Sean I uninstalled the oslo.config 1.1.1 version and run devstack, but this

Re: [openstack-dev] Any one can help on nova source hacking?

2013-08-12 Thread Noorul Islam K M
Zhang, Li ((Victor,ES-OCTO-HCC-CHINA-BJ)) li.zhan...@hp.com writes: Dear stackers, Recently, I am planning to hack the source of the nova project, it is really a huge project in openstack! I got lost in where to start from, anybody out there can give a hint on this? I also started