Re: [openstack-dev] [Openstack][Nova][Docker] Devstack with docker driver

2014-03-12 Thread Russell Bryant
On 03/12/2014 08:02 AM, Sean Dague wrote: On 03/12/2014 07:36 AM, Russell Bryant wrote: Note that devstack is going to break for docker and Nova master right now. We're in the middle of moving the docker driver. In the meantime, use a rev of Nova before this merge:

Re: [openstack-dev] [Openstack][Nova][Docker] Devstack with docker driver

2014-03-12 Thread Paul Czarkowski
-- Please let me know what i need to do thanks -- View this message in context: http://openstack.10931.n7.nabble.com/Openstack-Nova-Docker-Devstack-with-d ocker-driver-tp28361p34942.html Sent from the Developer mailing list archive at Nabble.com

Re: [openstack-dev] [Openstack][Nova][Docker] Devstack with docker driver

2014-03-11 Thread urgensherpa
--- the machine im testing is on vmware ubuntu 13.01 with two nics assuming eth0 connected to internet and eth1 to local network. --- -- View this message in context: http://openstack.10931.n7.nabble.com/Openstack

Re: [openstack-dev] [Openstack][Nova][Docker] Devstack with docker driver

2014-03-11 Thread Daniel Kuffner
--- the machine im testing is on vmware ubuntu 13.01 with two nics assuming eth0 connected to internet and eth1 to local network. --- -- View this message in context: http://openstack.10931.n7.nabble.com/Openstack-Nova-Docker-Devstack

Re: [Openstack] [nova] opportunistic and energy efficient cloud

2014-03-07 Thread Marcos Nóbrega
2014-03-03 23:44 GMT-03:00 Steve Gordon sgor...@redhat.com: - Original Message - Hi everyone, I'm currently taking part of a project at the Federal University of Campina Grande called fogbow, which aims on providing an energy efficient scheduler and an opportunistic compute

[Openstack] nova-manage network create bug

2014-03-06 Thread Alexey Wasilyev
Hello guys I faced a bug in latest nova network: [root@host awasilyev]# /usr/bin/nova-manage network create novanetwork 172.26.0.0/24 --vlan 500 [root@host awasilyev]# /usr/bin/nova-manage network create novanetwork 172.26.1.0/24 --vlan 501 [root@host awasilyev]# /usr/bin/nova-manage network

[Openstack] nova image-list fails

2014-03-04 Thread Mandar Khanolkar
Hello guys, Please can you help me fixing this problem. I am getting failure while listing images in nova. === # nova image-list Traceback (most recent call last): File /usr/bin/nova, line 6, in module from novaclient.shell import main File

Re: [Openstack] nova image-list fails

2014-03-04 Thread Kevin L. Mitchell
On Tue, 2014-03-04 at 18:45 +0530, Mandar Khanolkar wrote: I am getting failure while listing images in nova. [snip] File /usr/lib/python2.7/site-packages/novaclient/openstack/common/apiclient/base.py, line 204, in module @six.add_metaclass(abc.ABCMeta) AttributeError: 'module'

[Openstack] [Nova] Nova failed to spawn when download disk image from Glance timeout

2014-03-04 Thread Nora Zhou
Hi, I recently deploy Bare-metal node instance using Heat Template. However, Nova failed to spawn due to a timeout error. When I look into the code I found that the timeout is related to Nova downloading disk image from Glance. The nova-schedule.log shows below: 2014-02-28 02:49:48.046 2136

Re: [Openstack] [nova] opportunistic and energy efficient cloud

2014-03-03 Thread Steve Gordon
- Original Message - Hi everyone, I'm currently taking part of a project at the Federal University of Campina Grande called fogbow, which aims on providing an energy efficient scheduler and an opportunistic compute node (which deactivates the service if the host isn't idle) on top

Re: [Openstack] nova-compute.log error

2014-02-28 Thread Veera Reddy
Hi Jitendra, Nova code of openstack controller and compute node are not of same version. Replace Compute nova code with controller code and try. Regards, Veera. On Thu, Feb 20, 2014 at 12:10 PM, Jitendra Kumar Bhaskar jitendr...@pramati.com wrote: Hi All, Just installed one compute

[Openstack] [Nova] RBAC policy not enforced when adding a security group rule using EC2 API?

2014-02-28 Thread Marc Heckmann
Hi, It seems that when using the EC2 API, the security group implementation does not enforce RBAC policy for the add_rules, remove_rules, destroy and other functions (in compute/api.py). Only the add_to_instance and remove_from_instance functions enforce RBAC. This seems like an oversight for

Re: [Openstack] nova network creation error!

2014-02-27 Thread VieuxGeek DuSystem
Why have you got two database connection in your nova.conf? connection = mysql://nova:123456789@controller/nova connection=mysql://nova:123456789@localhost/nova Stef 2014-02-27 10:34 GMT+01:00 grkim gr...@kisti.re.kr: hi, I tried it. It's working. MySQL databases is running one same

Re: [Openstack] [Nova] KVM Windows Guest disk hot plugging support.

2014-02-26 Thread Zuo Changqian
Which reboot do you mean: 1. run reboot command in Linux instance. 2. OpenStack software reboot operation 3. OpenStack hard reboot operation Also, check instance's libvirt domain xml (use nova show to get instace's nova-compute host and virsh dumpxml domain_name to see domain's configuration),

Re: [Openstack] [Nova] KVM Windows Guest disk hot plugging support.

2014-02-26 Thread Zhangleiqiang
, February 26, 2014 3:49 PM To: Gangur, Hrushikesh (R D HP Cloud) Cc: Openstack@lists.openstack.org Subject: Re: [Openstack] [Nova] KVM Windows Guest disk hot plugging support. By the way, it's Havana release. We first found this problem in Ubuntu 12.04 LTS guest, after loading acpiphp kernel module

Re: [Openstack] nova network creation error!

2014-02-26 Thread dheeru
Run the command with --debug option or look at the /var/log/neutron/server.log. It give more info about why this failing. -Dheeru @Community Service On Wed, Feb 26, 2014 at 6:17 AM, grkim gr...@kisti.re.kr wrote: hi all, I'm install openstack using

Re: [Openstack] [Nova] KVM Windows Guest disk hot plugging support.

2014-02-26 Thread Zuo Changqian
*From:* Zuo Changqian [mailto:dummyhacke...@gmail.com] *Sent:* Wednesday, February 26, 2014 3:49 PM *To:* Gangur, Hrushikesh (R D HP Cloud) *Cc:* Openstack@lists.openstack.org *Subject:* Re: [Openstack] [Nova] KVM Windows Guest disk hot plugging support. By the way, it's Havana release

Re: [Openstack] [Nova] KVM Windows Guest disk hot plugging support.

2014-02-26 Thread Wangpan
thought windows 2008 has the same kernel with windows 7 (may be). 2014-02-27 Wangpan 发件人:Zuo Changqian dummyhacke...@gmail.com 发送时间:2014-02-27 09:53 主题:Re: [Openstack] [Nova] KVM Windows Guest disk hot plugging support. 收件人:Zhangleiqiangzhangleiqi...@huawei.com 抄送:Openstack

Re: [Openstack] nova network creation error!

2014-02-26 Thread grkim
Hi, I don't have neutron package that's why I don't have neutron log. These ar my network.log and api.log when I execute nova network-create command. /var/log/nova/network.log 2014-02-27 11:33:10.689 2550 ERROR nova.openstack.common.rpc.amqp [req-ba23ad36-635f-45f5-a103-22e0022e5005

Re: [Openstack] [Nova] KVM Windows Guest disk hot plugging support.

2014-02-26 Thread Zuo Changqian
-- Wangpan -- *发件人:*Zuo Changqian dummyhacke...@gmail.com *发送时间:*2014-02-27 09:53 *主题:*Re: [Openstack] [Nova] KVM Windows Guest disk hot plugging support. *收件人:*Zhangleiqiangzhangleiqi...@huawei.com *抄送:*Openstack@lists.openstack.orgopenstack

Re: [Openstack] nova network creation error!

2014-02-26 Thread grkim
Hi, This is contents of my nova.conf $ cat nova.conf | grep -v ^# | grep -v ^$ [DEFAULT] [DEFAULT] rpc_backend = nova.openstack.common.rpc.impl_qpid qpid_hostname = controller my_ip = 134.75.123.194 vncserver_listen = 134.75.123.194 vncserver_proxyclient_address = 134.75.123.194

Re: [Openstack] nova network creation error!

2014-02-26 Thread Jitendra Kumar Bhaskar
Hi, Can you post nova.conf file ? Regards *Jitendra Bhaskar* On Thu, Feb 27, 2014 at 8:05 AM, grkim gr...@kisti.re.kr wrote: Hi, I don't have neutron package that's why I don't have neutron log. These ar my network.log and api.log when I execute nova network-create command.

Re: [Openstack] nova shelve option not appearing

2014-02-25 Thread Tim Bell
Subject: Re: [Openstack] nova shelve option not appearing On 02/25/14 at 06:22pm, Tim Bell wrote: I'm looking at http://docs.openstack.org/user-guide/content/novaclient_commands.html which lists nova shelve as an option. However, when I install the icehouse 2014.1 nova client, I do

Re: [Openstack] nova shelve option not appearing

2014-02-25 Thread Andrew Laski
jruzicka about this on IRC. Tim -Original Message- From: Andrew Laski [mailto:andrew.la...@rackspace.com] Sent: 25 February 2014 20:40 To: Tim Bell Cc: openstack@lists.openstack.-org Subject: Re: [Openstack] nova shelve option not appearing On 02/25/14 at 06:22pm, Tim Bell wrote

[Openstack] nova network creation error!

2014-02-25 Thread grkim
hi all, I'm install openstack using http://docs.openstack.org/havana/install-guide/install/yum/content/nova-network.html guide. When I execute *nova network-create vmnet --fixed-range-v4=192.168.56.0/24 --bridge-interface=br1 --multi-host=T* comamnd in controller node, I had this error

[Openstack] [Nova] KVM Windows Guest disk hot plugging support.

2014-02-25 Thread Zuo Changqian
Hi Currently we use Cpeh RBD as cinder volume. According to http://www.linux-kvm.org/page/Hotadd_pci_devices, we have Linux KVM guest (both CentOS 6.x and Ubuntu 12.04) support disk hot plugging, it works well. But there is problem with Windows 2008 guest (2003 not tested). Described below: 1)

[Openstack] nova-api-metadata dependencies

2014-02-24 Thread Raphael Ribeiro
when I try to install the package nova-api-metadata in compute node this error occurs The following NEW packages will be installed: nova-api-metadata{b} 0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/15.0 kB of archives. After unpacking 67.6 kB will be

[Openstack] [nova] opportunistic and energy efficient cloud

2014-02-24 Thread Marcos Nóbrega
Hi everyone, I'm currently taking part of a project at the Federal University of Campina Grande called fogbow, which aims on providing an energy efficient scheduler and an opportunistic compute node (which deactivates the service if the host isn't idle) on top of openstack. Regarding the

Re: [Openstack] nova-api-metadata dependencies

2014-02-24 Thread sylecn
Hi, From your output, I see you are running 2013.2.2. In this release, nova-api-metadata is not needed. The metadata service is included in nova-api and it is enabled by default in /etc/nova/nova.conf (enabled_apis=ec2,osapi_compute,metadata). Thanks, Yuanle On Mon, Feb 24, 2014 at 4:13 PM,

Re: [Openstack] nova-api-metadata dependencies

2014-02-24 Thread Raphael Ribeiro
Thanks sylecn! So I needed nova-api? 2014-02-24 10:11 GMT-03:00 sylecn syl...@gmail.com: Hi, From your output, I see you are running 2013.2.2. In this release, nova-api-metadata is not needed. The metadata service is included in nova-api and it is enabled by default in /etc/nova/nova.conf

[Openstack] nova api services location

2014-02-24 Thread Sudhir Nallagangu
Hello Where is the log location for nova-api service located? I do see a /opt/stack/status/stack/n-api.failure that indicates n-api failed to start. I see rest of services online with appropriate PID's in same directory. Where is log location defined for nova services Thanks Sudhir Nallagangu

Re: [Openstack] [openstack][nova] total region lockdown (very weird)

2014-02-21 Thread Alejandro Comisario
It was not a rootkit, and we couldnt get any traffic captures during the problem. Maybe some compute's bridge causing some loop in that specific VLAN ? Any thoughts ? On Thu, Feb 20, 2014 at 4:55 AM, Robert van Leeuwen robert.vanleeu...@spilgames.com wrote: any tip or experience regarding

Re: [Openstack] [openstack][nova] total region lockdown (very weird)

2014-02-20 Thread Robert van Leeuwen
any tip or experience regarding what happened ? thanks as allways I would start by doing a tcpdump on one of the saturated links on the compute node to see what kind of traffic it is... Cheers, Robert van Leeuwen ___ Mailing list:

Re: [Openstack] openstack nova network error

2014-02-20 Thread VieuxGeek DuSystem
Hi Sun have look to your postgres permission access. Stef 2014-02-20 8:33 GMT+01:00 Sun, Ning ning@intel.com: Hi, I encountered an error when configing nova network, can anyone point me the root cause of this error? Thanks very much! [root@controller ~]# nova network-create vmnet

Re: [Openstack] openstack nova network error

2014-02-20 Thread Damon Wang
Hi, If you are using RHEL/CentOS, you can use openstack-status to make sure all services are running. In general, the problem caused by nova-network's config especially about database. Hope it helps, Damon 2014-02-20 17:44 GMT+08:00 VieuxGeek DuSystem skazix@gmail.com: Hi Sun have

[Openstack] [openstack][nova] total region lockdown (very weird)

2014-02-19 Thread Alejandro Comisario
Hi community, the weirdest thing happened to one of our openstack regions, running more than 200 vms This region is : * openstack essex 2012.1.4 * ubuntu 12.04.2 * Linux DC4-r59-02vms 3.2.0-49-generic #75-Ubuntu SMP Tue Jun 18 17:39:32 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux On Saturday all 16

[Openstack] nova-compute.log error

2014-02-19 Thread Jitendra Kumar Bhaskar
Hi All, Just installed one compute node and got the error http://paste.openstack.org/show/67508/ . Can anybody help to resolve it. Regards *Jitendra Bhaskar* ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to :

[Openstack] openstack nova network error

2014-02-19 Thread Sun, Ning
Hi, I encountered an error when configing nova network, can anyone point me the root cause of this error? Thanks very much! [root@controller ~]# nova network-create vmnet --fixed-range-v4=10.0.0.0/24 --bridge-interface=br100 --multi-host=T ERROR: The server has either erred or is incapable of

Re: [openstack-dev] [OpenStack][Nova][VCDriver] VMWare VCDriver problems

2014-02-14 Thread Gary Kotton
11:14 AM To: OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.orgmailto:openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] [OpenStack][Nova][VCDriver] VMWare VCDriver problems Thanks Gary. What about live migration with VCDriver, currently I

Re: [openstack-dev] [OpenStack][Nova][VCDriver] VMWare VCDriver problems

2014-02-14 Thread Jay Lau
(not for usage questions) openstack-dev@lists.openstack.org Date: Thursday, February 13, 2014 11:14 AM To: OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] [OpenStack][Nova][VCDriver] VMWare VCDriver problems Thanks Gary

Re: [openstack-dev] [OpenStack][Nova][VCDriver] VMWare VCDriver problems

2014-02-13 Thread Gary Kotton
Hi, The commit https://github.com/openstack/nova/commit/c4bf32c03283cbedade9ab8ca99e5b13b9b86ccb added a warning that the ESX driver is not tested. My understanding is that there are a number of people using the ESX driver so it should not be deprecated. In order to get the warning removed we

[Openstack] nova-novnc SSL configuration - Havana

2014-02-13 Thread Nagaraj Mandya
Hello, I want to run the Nova noVNC proxy over SSL (HTTPS). And so, I created a self-signed certificate and put both the certificate and the private key in /etc/nova/ssl. I then edited nova.conf and added the following: ssl_only=true cert=/etc/nova/ssl/cert.crt key=/etc/nova/ssl/private.key

Re: [Openstack] [openstack][nova] unknown libvirt error

2014-02-13 Thread gustavo panizzo gfa
On 02/13/2014 01:40 PM, Xu (Simon) Chen wrote: I recently ran into the problem of not being able to create VMs. Basically nova-compute is able to generate the XML file, but not able to call virDomainCreateWithFlags(), which raises libvirtError saying libvirtError: An error occurred, but the

Re: [Openstack] [nova] No valid host found

2014-02-13 Thread Matt Riedemann
mailto:openstack@lists.openstack.org openstack@lists.openstack.org mailto:openstack@lists.openstack.org Subject: Re: [Openstack] [nova] No valid host found from the exception we know an argument is not supported by python guestfs ,, I tested this in ubuntu 13.10, it works well, ii libguestfs0:amd64

Re: [Openstack] nova-novnc SSL configuration - Havana

2014-02-13 Thread John Dewey
Hi Nagaraj - I ran into this problem long ago when I offloaded SSL on the VNC URL. It is an issue with the javascript, and detailed in bug 1228649 [1]. [1] https://bugs.launchpad.net/ubuntu/raring/+source/nova/+bug/1228649 On Thursday, February 13, 2014 at 2:39 AM, Nagaraj Mandya wrote:

[Openstack] nova controller fail to connect to rabbitmq

2014-02-13 Thread Raphael Ribeiro
These are the errors: *nova-cert.log* http://pastebin.ca/2640116 *nova-conductor.log* http://pastebin.ca/2640117 *nova.conf* rpc_backend = nova.rpc.impl_kombu rabbit_host = controller rabbit_password = rabbit rabbit_port=5672 *nova manage service-list* Binary Host

Re: [Openstack] nova controller fail to connect to rabbitmq

2014-02-13 Thread Ritesh Nanda
Its trying to connect on localhost to rabbitmq server , check you have controller in /etc/hosts file. Regards, Ritesh On Thu, Feb 13, 2014 at 7:09 PM, Raphael Ribeiro raphaelp...@gmail.comwrote: These are the errors: *nova-cert.log* http://pastebin.ca/2640116 *nova-conductor.log*

[openstack-dev] [OpenStack][Nova][VCDriver] VMWare VCDriver problems

2014-02-12 Thread Jay Lau
Greetings, I was now doing some integration with VMWare VCDriver and have some questions during the integration work. 1) In Hong Kong Summit, it was mentioned that ESXDriver will be dropped, so do we have any plan when to drop this driver? 2) There are many good features in VMWare was not

Re: [Openstack] nova unique name generator middleware

2014-02-03 Thread Joel Cooklin
Subject: Re: [Openstack] nova unique name generator middleware On Sun, Feb 2, 2014 at 7:26 PM, Joel Cooklin joel.cook...@gmail.com wrote: +1 intel use cases. It would be nice to avoid our current custom patches. On Sunday, February 2, 2014, Joshua Harlow harlo...@yahoo-inc.com

Re: [Openstack] nova unique name generator middleware

2014-02-03 Thread Craig J
] Sent: 03 February 2014 03:47 To: Joel Cooklin Cc: openstack@lists.openstack.org Subject: Re: [Openstack] nova unique name generator middleware On Sun, Feb 2, 2014 at 7:26 PM, Joel Cooklin joel.cook...@gmail.com wrote: +1 intel use cases. It would be nice to avoid our

Re: [Openstack] nova unique name generator middleware

2014-02-03 Thread Joshua Harlow
: openstack@lists.openstack.orgmailto:openstack@lists.openstack.org openstack@lists.openstack.orgmailto:openstack@lists.openstack.org Subject: Re: [Openstack] nova unique name generator middleware There's currently a check in nova for max length. It's hard coded to 255. Easy low-hanging fruit would

Re: [Openstack] nova unique name generator middleware

2014-02-03 Thread Remo Mattei
of these plugins. From: Craig J craig.jell...@gmail.com Date: Monday, February 3, 2014 at 1:58 PM To: Joel Cooklin joel.cook...@gmail.com Cc: openstack@lists.openstack.org openstack@lists.openstack.org Subject: Re: [Openstack] nova unique name generator middleware There's currently a check in nova

Re: [Openstack] nova unique name generator middleware

2014-02-03 Thread Craig Jellick
Subject: Re: [Openstack] nova unique name generator middleware Hi all, there is a project for DNS already DNSaaS (DNS as a service) https://wiki.openstack.org/wiki/Designate On Feb 3, 2014, at 4:35 PM, Joshua Harlow harlo...@yahoo-inc.commailto:harlo...@yahoo-inc.com wrote: Do most systems have

Re: [Openstack] nova unique name generator middleware

2014-02-02 Thread Tim Bell
It would be interesting to have a formal exit inside OpenStack nova at VM creation for this sort of check rather than having to patch the code. Other scenarios that I've seen is where there is a need to enforce limits as the server name is used for other purposes. Examples are characters

Re: [Openstack] nova unique name generator middleware

2014-02-02 Thread Joshua Harlow
+1 yahoo use case(s) would also benefit from not having to patch the code to achieve similar results. Sent from my really tiny device... On Feb 2, 2014, at 12:12 AM, Tim Bell tim.b...@cern.ch wrote: It would be interesting to have a formal exit inside OpenStack nova at VM creation

Re: [Openstack] nova unique name generator middleware

2014-02-02 Thread Joel Cooklin
... On Feb 2, 2014, at 12:12 AM, Tim Bell tim.b...@cern.ch wrote: It would be interesting to have a formal exit inside OpenStack nova at VM creation for this sort of check rather than having to patch the code. Other scenarios that I've seen is where there is a need to enforce limits as the server

Re: [Openstack] nova unique name generator middleware

2014-02-02 Thread John Griffith
the code to achieve similar results. Sent from my really tiny device... On Feb 2, 2014, at 12:12 AM, Tim Bell tim.b...@cern.ch wrote: It would be interesting to have a formal exit inside OpenStack nova at VM creation for this sort of check rather than having to patch the code. Other

Re: [Openstack] nova unique name generator middleware

2014-02-02 Thread Tim Bell
-Original Message- From: John Griffith [mailto:john.griff...@solidfire.com] Sent: 03 February 2014 03:47 To: Joel Cooklin Cc: openstack@lists.openstack.org Subject: Re: [Openstack] nova unique name generator middleware On Sun, Feb 2, 2014 at 7:26 PM, Joel Cooklin joel.cook

Re: [Openstack] nova unique name generator middleware

2014-02-02 Thread Aryeh Friedman
...@solidfire.com] Sent: 03 February 2014 03:47 To: Joel Cooklin Cc: openstack@lists.openstack.org Subject: Re: [Openstack] nova unique name generator middleware On Sun, Feb 2, 2014 at 7:26 PM, Joel Cooklin joel.cook...@gmail.com wrote: +1 intel use cases. It would be nice to avoid

[Openstack] nova unique name generator middleware

2014-02-01 Thread Craig J
Hi, In our OpenStack environment, we have the need to enforce unique names for each VM. Long story short, the names need to be unique because of some other systems that we are integrating with. I think the best way to accomplish this is to write a custom piece of paste middleware and plug it

Re: [Openstack] nova unique name generator middleware

2014-02-01 Thread Belmiro Moreira
Hi, in our case we have a network DB were all VMs are registered. We just check if the name provided by the user don’t conflict. Belmiro On Feb 1, 2014, at 20:19 , Craig J craig.jell...@gmail.com wrote: Hi, In our OpenStack environment, we have the need to enforce unique names for each

Re: [Openstack] nova unique name generator middleware

2014-02-01 Thread gustavo panizzo gfa
On 02/01/2014 04:19 PM, Craig J wrote: I think the best way to accomplish this is to write a custom piece of paste middleware and plug it into the nova api. I'm planning on basically overriding the name provide by the user with a name that we can guarantee to be unique. do you plan to

[Openstack] [Nova]Uploading a new module to Nova vmwareapi

2014-01-30 Thread Guduru Sirisha
Hi, We are using nova grizzly version installed on Ubuntu 12.04. We are trying to add a new file to the source code of nova as a part of code customization. The location of the files is /usr/share/pyshared/nova/virt/vmwareapi/ Trying to import the new file in

Re: [Openstack] [nova] v2 and v3 API, paste.ini configuration

2014-01-28 Thread Anne Gentle
Sorry it took me so long to see this. On Wed, Jan 8, 2014 at 3:44 AM, George Shuklin george.shuk...@gmail.comwrote: Good day. We trying to create middleware to restrict downscale of disks, and here few questions: 1) There is 'v3' API for nova in api-paste.ini, but I found no any

Re: [Openstack] [Nova] What is the correct way to provide Windows instance password for user?

2014-01-23 Thread Juerg Haefliger
Here it is. I'm not a PowerShell expert so go easy on me :-) ...Juerg # # Copyright (c) 2014 Hewlett-Packard Development Company, L.P. # # Author: Juerg Haefliger juerg.haefli...@hp.com # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU

Re: [Openstack] [Nova] What is the correct way to provide Windows instance password for user?

2014-01-22 Thread Juerg Haefliger
On Tue, Jan 21, 2014 at 8:22 AM, Joe Topjian j...@topjian.net wrote: Hi Juerg, That's a really creative way of setting the password. Are you able to share your powershell script? Sorry, missed this request earlier. Need to check with legal (sigh). ..Juerg Thanks, Joe On Tue, Jan 21,

Re: [openstack-dev] [OpenStack][Nova][cold migration] Why we need confirm resize after cold migration

2014-01-21 Thread Christopher Yeoh
jay.lau@gmail.com wrote: Greetings, I have a question related to cold migration. Now in OpenStack nova, we support live migration, cold migration and resize. For live migration, we do not need to confirm after live migration finished. For resize, we need

Re: [openstack-dev] [OpenStack][Nova][cold migration] Why we need confirm resize after cold migration

2014-01-21 Thread Jay Lau
, I have a question related to cold migration. Now in OpenStack nova, we support live migration, cold migration and resize. For live migration, we do not need to confirm after live migration finished. For resize, we need to confirm, as we want to give end user

Re: [openstack-dev] [OpenStack][Nova][cold migration] Why we need confirm resize after cold migration

2014-01-21 Thread Christopher Yeoh
sense? Not sure. On Wed, Jan 8, 2014 at 5:52 PM, Jay Lau jay.lau@gmail.com wrote: Greetings, I have a question related to cold migration. Now in OpenStack nova, we support live migration, cold migration and resize. For live migration, we do not need to confirm

Re: [openstack-dev] [OpenStack][Nova][cold migration] Why we need confirm resize after cold migration

2014-01-21 Thread Alex Xu
AM, Jay Lau wrote: Greetings, I have a question related to cold migration. Now in OpenStack nova, we support live migration, cold migration and resize. For live migration, we do not need to confirm after live migration finished. For resize, we

Re: [openstack-dev] [OpenStack][Nova][cold migration] Why we need confirm resize after cold migration

2014-01-21 Thread Jay Lau
On 01/08/2014 04:52 AM, Jay Lau wrote: Greetings, I have a question related to cold migration. Now in OpenStack nova, we support live migration, cold migration and resize. For live migration, we do not need to confirm after live migration finished. For resize, we need to confirm

Re: [Openstack] [Nova] What is the correct way to provide Windows instance password for user?

2014-01-21 Thread jeffty
Me 2:) Another question, how does customer decrypt the string with his private key? It requires that he has an environment with OpenSSL installed? On 1/21/2014 3:44 PM, Georgios Dimitrakakis wrote: Indeed this is very interesting! I would also like to see it if possible! Best, G. On

Re: [Openstack] [Nova] What is the correct way to provide Windows instance password for user?

2014-01-21 Thread Juerg Haefliger
On Tue, Jan 21, 2014 at 10:23 AM, jeffty wantwater...@gmail.com wrote: Me 2:) Another question, how does customer decrypt the string with his private key? It requires that he has an environment with OpenSSL installed? Yes, you need OpenSSL inside the Windows instance to encrypt the password

Re: [Openstack] [Nova] What is the correct way to provide Windows

2014-01-21 Thread Blair Bethwaite
I can confirm https://github.com/cloudbase/cloudbase-init works with Server 2012 (haven't tried anything else yet) on a Havana cloud. Randomly generates a password on first boot, uses the public key to encrypt it, PUTS it back to the metadata service, can be queried and decrypted by the nova

Re: [Openstack] [Nova] What is the correct way to provide Windows instance password for user?

2014-01-21 Thread jeffty
Thanks a lot Juerg. On 1/21/2014 7:08 PM, Juerg Haefliger wrote: On Tue, Jan 21, 2014 at 10:23 AM, jeffty wantwater...@gmail.com mailto:wantwater...@gmail.com wrote: Me 2:) Another question, how does customer decrypt the string with his private key? It requires that he has an

Re: [Openstack] nova-network iptables and dhcp issue

2014-01-20 Thread Joe Topjian
Hello, I wanted to follow-up with this issue in case anyone was curious and also for the list archives. There was an existing bug report about this here: https://bugs.launchpad.net/nova/+bug/1092347. We tested out the share_dhcp_address option today and it worked well. Joe On Wed, Jan 15,

Re: [Openstack] [Nova] What is the correct way to provide Windows instance password for user?

2014-01-20 Thread Joe Topjian
Hi Juerg, That's a really creative way of setting the password. Are you able to share your powershell script? Thanks, Joe On Tue, Jan 21, 2014 at 8:15 AM, Juerg Haefliger jue...@gmail.com wrote: On Tue, Jan 21, 2014 at 3:15 AM, jeffty wantwater...@gmail.com wrote: Thanks Joe, It really

Re: [Openstack] [Nova] What is the correct way to provide Windows instance password for user?

2014-01-20 Thread Juerg Haefliger
On Tue, Jan 21, 2014 at 3:15 AM, jeffty wantwater...@gmail.com wrote: Thanks Joe, It really helps. Will check them to find the proper way. Thanks. On 1/19/2014 3:32 PM, Joe Topjian wrote: Hello, We've used this in the past: https://github.com/jordanrinke/openstack It allows a

Re: [openstack-dev] [OpenStack][Nova][cold migration] Why we need confirm resize after cold migration

2014-01-19 Thread Jay Lau
Jay said, we should skip this step during cold migration, does it make sense? Not sure. On Wed, Jan 8, 2014 at 5:52 PM, Jay Lau jay.lau@gmail.com wrote: Greetings, I have a question related to cold migration. Now in OpenStack nova, we support live migration

Re: [Openstack] [Nova] What is the correct way to provide Windows instance password for user?

2014-01-18 Thread Martinx - ジェームズ
Hi! You can try this: www.cloudbase.it/ws2012r2/ =) On 18 January 2014 11:21, jeffty wantwater...@gmail.com wrote: Hi there, What is the best way to provide password of Windows instance in Openstack? Cloudbase provides windows-cloud-init to set hostname, inject password and network

Re: [Openstack] [Nova] What is the correct way to provide Windows instance password for user?

2014-01-18 Thread jeffty
Hi Martinx, I've tried windows 2012 image created by cloudbase before. Also I have created windows image with cloudbase windows cloud-init also. For CloudBase's 2012 image, when you launch the instance you will find the Administrator has an empty password and you need to modify it first log in.

Re: [Openstack] [Nova] What is the correct way to provide Windows instance password for user?

2014-01-18 Thread Jacob Godin
Yes, they must input a password every time. It's within Windows, they must use the console. Sent from my mobile device On Jan 18, 2014 10:51 PM, jeffty wantwater...@gmail.com wrote: Thanks Jacob. Then the user must input a password for every windows instance he launched? In other word

Re: [Openstack] [Nova] What is the correct way to provide Windows instance password for user?

2014-01-18 Thread jeffty
Thanks Jacob. Is there any openstack API guide for send instance password while launch it? Thanks. On 1/19/2014 11:08 AM, Jacob Godin wrote: Yes, they must input a password every time. It's within Windows, they must use the console. Sent from my mobile device On Jan 18, 2014 10:51 PM,

Re: [Openstack] [Nova] What is the correct way to provide Windows instance password for user?

2014-01-18 Thread Joe Topjian
Hello, We've used this in the past: https://github.com/jordanrinke/openstack It allows a user to type in an Administrator password in the Post Config text box when launching an instance in Horizon. The password is then retrieved when Windows first boots via the metadata service. We stopped

Re: [openstack-dev] [OpenStack][Nova][compute] Why prune all compute node stats when sync up compute nodes

2014-01-17 Thread yunhong jiang
://github.com/openstack/nova/blob/master/nova/compute/resource_tracker.py#L384 self._update(context, resources, prune_stats=True) It always set prune_stats as True, this caused some problems for me. As now I'm putting some metrics to compute_node_stats table, those metrics does not change

Re: [Openstack] [nova] [rfc] drop XML from v3 API entirely

2014-01-16 Thread Thierry Carrez
Everett Toews wrote: I agree that more metrics are needed before condemning the XML API. That 30% number from user survey might not have a lot of detail behind it but we need to respect those users who are actually using it. Breaking client code is not a good developer experience. This

Re: [Openstack] [nova] No valid host found

2014-01-16 Thread Yaguang Tang
from the exception we know an argument is not supported by python guestfs ,, I tested this in ubuntu 13.10, it works well, ii libguestfs0:amd64 1:1.22.4-1ubuntu1 amd64guest disk image management system - shared library ii python-guestfs

Re: [Openstack] [nova] No valid host found

2014-01-16 Thread Mark Vlcek (mavlcek)
@lists.openstack.orgmailto:openstack@lists.openstack.org Subject: Re: [Openstack] [nova] No valid host found from the exception we know an argument is not supported by python guestfs ,, I tested this in ubuntu 13.10, it works well, ii libguestfs0:amd64 1:1.22.4-1ubuntu1

Re: [openstack-dev] [Openstack][Nova][Docker] Devstack with docker driver

2014-01-15 Thread Swapnil Kulkarni
Thanks Danilel. I tried adding the iptable rules but I am still getting error 500 with docker push I have added the container logs and iptables output at [1] [1] http://paste.openstack.org/show/61251/ Best Regards, Swapnil On Mon, Jan 13, 2014 at 7:28 PM, Daniel Kuffner

Re: [openstack-dev] [Openstack][Nova][Docker] Devstack with docker driver

2014-01-15 Thread John Eckersberg
Swapnil Kulkarni swapnilkulkarni2...@gmail.com writes: Thanks Danilel. I tried adding the iptable rules but I am still getting error 500 with docker push I have added the container logs and iptables output at [1] [1] http://paste.openstack.org/show/61251/ Best Regards, Swapnil Swapnil,

Re: [openstack-dev] [Openstack][Nova][Docker] Devstack with docker driver

2014-01-15 Thread Eric Windisch
I think this is because your OS_GLANCE_URL and OS_AUTH_URL are set to 127.0.0.1, and that address inside of the docker container is different than the address outside (e.g. on the host itself). If you have glance and keystone running on a non-localhost address, then the traffic inside of

Re: [openstack-dev] [Openstack][Nova][Docker] Devstack with docker driver

2014-01-15 Thread Swapnil Kulkarni
Thanks a ton John! It finally worked! @Daniel, no firewall update is required. @Eric, At the same time, I had to update /home/dstack/devstack/lib/nova_plugins/hypervisor-docker to include sudo for all docker commands. I think that could be one change we would need in docker and a documentation

Re: [openstack-dev] [Openstack][Nova][Docker] Devstack with docker driver

2014-01-15 Thread Eric Windisch
@Eric, At the same time, I had to update /home/dstack/devstack/lib/nova_plugins/hypervisor-docker to include sudo for all docker commands. I think that could be one change we would need in docker and a documentation update for not using 127.0.0.1. I will create a bug and will submit a patch

[openstack-dev] [OpenStack][Nova][compute] Why prune all compute node stats when sync up compute nodes

2014-01-15 Thread Jay Lau
()) for nodename in nodenames: rt = self._get_resource_tracker(nodename) rt.update_available_resource(context) Update here new_resource_tracker_dict[nodename] = rt In resource_tracker.py, https://github.com/openstack/nova/blob/master/nova/compute/resource_tracker.py#L384

Re: [openstack-dev] [Openstack][Nova][Docker] Devstack with docker driver

2014-01-15 Thread Swapnil Kulkarni
Okay I will give a try adding the stack user to docker group and adding error message if it fails due to 127.0.0.1. Also will file a bug report for the same. Best Regards, Swapnil On Wed, Jan 15, 2014 at 9:53 PM, Eric Windisch ewindi...@docker.com wrote: @Eric, At the same time, I had to

Re: [openstack-dev] [Openstack][Nova][Docker] Devstack with docker driver

2014-01-15 Thread John Utz
Hi Eric Small world dude. :-) Have a nice day! johnu From: Eric Windisch [e...@windisch.us] Sent: Wednesday, January 15, 2014 7:33 AM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [Openstack][Nova][Docker] Devstack

[Openstack] [Nova][Neutron] fixed-ip mappings 'lost' after havana upgrade

2014-01-15 Thread Jonathan Proulx
How does the nova api map fixed-ips from neutron to running instances? I've been poking around the nova database but cant seem to guess where it is. My issue is that after upgrading to Havana *some* instances no longer show their network and fixed-ip in the output of 'nova' cli commands or in

[Openstack] nova-network iptables and dhcp issue

2014-01-15 Thread Joe Topjian
Hello, I ran into a very odd issue today when setting up a new OpenStack cloud. Instances that were migrated to another compute node lost communication with the DHCP server once their lease was up. The cloud is configured with nova-network, FlatDHCPManager, and uses multi-host. Shared storage is

Re: [Openstack] [Nova][Neutron] fixed-ip mappings 'lost' after havana upgrade

2014-01-15 Thread Jonathan Proulx
further once I determine what port a troubled instance is using I can fix it with: neutron port-update port-id --device-id='' nova interface-attach --port-id port-id instance-id I don't want to do this for all ports and most are OK but there are about 100 in the working but invisible state. I

Re: [Openstack] [nova] [rfc] drop XML from v3 API entirely

2014-01-15 Thread Everett Toews
On Jan 15, 2014, at 8:26 AM, Sean Dague wrote: Right, it's also an odd question. Because I'm not sure which SDKs actually talks to the XML interface (python does not, and I didn't think jclouds did either). I doubt that 30% of the OpenStack users wrote their own client library to talk to the

<    4   5   6   7   8   9   10   11   >