Re: [Openstack] [Swift] 404 re-reading just created container

2016-06-02 Thread Mark Kirkwood
On 03/06/16 16:09, Mark Kirkwood wrote: I'll dig up the Haproxy config and post. However any thoughts in the meantime? We have: defaults log global maxconn 8000 option redispatch retries 3 stats enable timeout http-request 10s timeout queue 1m timeout connect 10s

[Openstack] [Swift] 404 re-reading just created container

2016-06-02 Thread Mark Kirkwood
Hi, I did previously mention that I would start a new thread if I could reproduce 'unexplained 404s'. Well, I can - however not for the exact case I mentioned in the previous thread. I have some python code using python-swiftclient that does: for a number of containers: create the contai

Re: [Openstack] Heat create-stack fails.

2016-06-02 Thread Michael Van Der Beek
Hi Eugen, For some reason, I'm not getting any email from this list. My mailserver doesn't even show any attempts from the list server. Anyway, the install guide does not specify what the auth_plugin is suppose to be. By default auth_plugin is depreciated. # Authentication type to load (unknown

[Openstack] problem with DVR in Kilo and floating IPs

2016-06-02 Thread Gustavo Randich
Hi, Using DVR in Kilo, I've the following issue: - VM1 is in tenant network 1 (fixed IP 10.97.2.4) - VM2 is in tenant network 2 (fixed IP 10.97.0.4) - a router connects both networks - VM1 and VM2 both have floating IPs - I can ping from VM1 to VM2 using fixed / internal IP - I cannot SSH from VM

Re: [Openstack] cinder_img_volume_type value for a NFS shared storage ...

2016-06-02 Thread mitsuhiro . tanino
Hi Jean-Pierre, Related to my use case , what should be the value of the cinder_img_volume_type property I’ve to add to the image :/ nfstype or nfsbackend ?/ You need to choose a glance image which has "nfstype" volume_type in the property cinder_img_volume_type. If you don't have a image

Re: [Openstack] Windows 10 guest benchmark

2016-06-02 Thread Chow Anthony
Reza, I found this article about bluescreen of Windows 10 Professional running on KVM. Not sure if this is useful to you. https://social.technet.microsoft.com/Forums/en-US/695c8997-52cf-4c30-a3f7-f26a40dc703a/failed-install-of-build-10041-in-the-kvm-virtual-machine-system-thread-exception-not-h

[Openstack] Windows 10 guest benchmark

2016-06-02 Thread Reza Bakhshayeshi
Hi, I'm trying to benchmark Windows 10 guest OS on different hypervisors including OpenStack with KVM. Unfortunately, guest OS on OpenStack (KVM) shows blue screen and needs to be restarted immediately after starting any stress benchmark (likes Sandra). I've built Windows 10 guest OS with VirtIO

[Openstack] Openstack Mitaka - Neutron configuration

2016-06-02 Thread Laurent Dumont
Hi! I have a small question regarding the Neutron configuration in Mitaka. I have been following the Ubuntu 14.04 guide with the provider and self-service model. Everything works fine and I can get an public ip address or a private one depending on where I spawn the instance. That said, is it

Re: [Openstack] Collecting our wiki use cases

2016-06-02 Thread Thierry Carrez
Thanks to everyone who helped collecting wiki use cases on that etherpad. I tried to categorize the various use cases and I think they fit in 4 categories: 1/ Things that are already in the process of being moved to reference websites or documentation That would be the main "portal" page wi

[Openstack] Instance IP address got from external DHCP server

2016-06-02 Thread Jean-Pierre Ribeauville
Hi, By using floating IPs, I have to provide in this range , IPs not used by our DHCP server . So I've to request from IT department a range of addresses reserved for my OpenStack Instances. These guys are astonished that I'm not able to configure my OpenStack platform so the instances got thei

Re: [Openstack] Heat create-stack fails.

2016-06-02 Thread Eugen Block
Hi, I'm just guessing, but maybe you didn't change the auth_plugin in nova.conf on compute node? Regards, Eugen Zitat von Michael Van Der Beek : Hi All, Sorry to trouble you guys. I've been following the install guide found at http://docs.openstack.org/juno/install-guide/install/yum/conte

[Openstack] cinder_img_volume_type value for a NFS shared storage ...

2016-06-02 Thread Jean-Pierre Ribeauville
Hi, In order to us NFS backend , and following this article : https://access.redhat.com/articles/1323213 I've created a new nfstype within cinder . # cinder extra-specs-list +--+-+-+ | ID

[Openstack] Openstack Billing CloudKitty

2016-06-02 Thread Vahric Muhtaryan
Hello All , Anyone Using CloudKitty in Production ? Can you pls share pluses and negatives ? I am also checking http://talligent.com and Atomia for it but want get experience from community This products are could be ready service provider level ? Regards Vahric Muhtaryan ___

[Openstack] Mitaka - nova install - error: Upgrade DB using Essex release first.

2016-06-02 Thread John Favorite
Hello, I seem to be having an issue installing nova on a vanilla CentOS 7.2 install. Specifically: [root@controller nova]# su -s /bin/sh -c "nova-manage api_db sync" nova [root@controller nova]# su -s /bin/sh -c "nova-manage db sync" nova error: Upgrade DB using Essex release first. I have doubl

[Openstack] Heat create-stack fails.

2016-06-02 Thread Michael Van Der Beek
Hi All, Sorry to trouble you guys. I've been following the install guide found at http://docs.openstack.org/juno/install-guide/install/yum/content/ch_preface.html I've gotten everything to work except the Orchestra. When I do this. [root@controller nova]# heat stack-create -f /root/test-stack.ym