[Openstack] Glance REST API v3 create Image from URL.

2015-01-27 Thread Vinayak Shinde
Hi All, I am using the Image service REST API v2 to create new image. In documentation, I am not able to see any HTTP request parameter / JSON body parameter to specify the URL of the image. I just wanted to know, does Image service api v2 supports creating new image by specifying source image fi

Re: [Openstack] [Swift] Browser-based Health Visualization

2015-01-27 Thread Christian Schwede
Hello Adam, Swift is able to send metrics to a statsd server, and thus you can create your own metric dashboard using graphite-web. I would add collectd for some basic server metrics (like cpu, memory, load, network traffic) as well. It requires a little bit of work, but it gives you a very compre

Re: [Openstack] [Devstack] Enabling services in HTTPS mode

2015-01-27 Thread Rob Crittenden
Jayanthi Jeyakumar wrote: > Hi All, > > Seeing the following error when i try to install openstack services in > HTTPS mode . This exact question was asked last week, http://lists.openstack.org/pipermail/openstack/2015-January/011286.html Check the screen logs for why the service didn't start.

[Openstack] Controller Node Access from VMs

2015-01-27 Thread Georgios Dimitrakakis
Hi all! I have a basic environment with two nodes (one controller and one compute). My environment works well for the moment unless from the fact that I cannot directly access the controller from any VM and vice versa. My VMs are getting IPs from the 10.0.0.0/24 flat network which is bridg

[Openstack] dhcp lease expired on instance with 100+days of uptime

2015-01-27 Thread mad Engineer
hello all i have an instance with more than 100 days of uptime.it was mostly idle for months. For some reason instance was not responding to ping or any network packets. A Closer look inside vm shows that the dhcp ip received on interface has expired and a "dhclient" fixed everything (accessed th

Re: [Openstack] [openstack][neutron] ipv6 DHCP state full issue

2015-01-27 Thread Ajay Kalambur (akalambu)
An upgrade to dnsmasq fixed the issue. However there seems to be an issue with Ubuntu image when an interface is set to inet6 dhcp it does not automatically set the obtained ip address After the image comes up we need to ifdown and ifup the interface Ajay On 1/26/15, 8:08 AM, "Ajay Kalambur (aka

[Openstack] Guest to Host works but host to guest does not

2015-01-27 Thread ashish.jain14
Hi, I am unable to ping/ssh from my host VM to guest VM. However opposite works just fine, that is I am able to ping from guest to host VM. Currently I am accessing my guest from horizon console and have tried pinging/sshing into my host VM and it works just fine. I have also tried using n

[Openstack] Guest to host works but host to guest does not

2015-01-27 Thread ashish.jain14
Hi, "Resending as the previous mail was returned back for some reason" I am unable to ping/ssh from my host VM to guest VM. However opposite works just fine, that is I am able to ping from guest to host VM. Currently I am accessing my guest from horizon console and have tried pinging/sshin

[Openstack] Pinging/SSH'ng Guest to host works but host to guest does not work

2015-01-27 Thread Ashish Jain
Hello, I am unable to ping/ssh from my host VM to guest VM. However opposite works just fine, that is I am able to ping from guest to host VM. Currently I am accessing my guest from horizon console and have tried pinging/sshing into my host VM and it works just fine. I have also tried using networ

[Openstack] Image upload times out ...

2015-01-27 Thread Azher Mughal
Hi, I just installed OpenStack Juno. Under Images, trying to create a new Image by uploading from the local system a CentOS 7 generic cloud image (about 943MB). However it takes hours and nothing happens. Is there a way to upload the image from the shell ? Thanks -Azher ___

Re: [Openstack] Image upload times out ...

2015-01-27 Thread Rick Jones
On 01/27/2015 11:58 AM, Azher Mughal wrote: Hi, I just installed OpenStack Juno. Under Images, trying to create a new Image by uploading from the local system a CentOS 7 generic cloud image (about 943MB). However it takes hours and nothing happens. Is there a way to upload the image from the sh

Re: [Openstack] Image upload times out ...

2015-01-27 Thread Anne Gentle
Sure, once you have your OpenStack credentials set in your environment: http://docs.openstack.org/user-guide/content/cli_openrc.html then you can upload with the glance client: http://docs.openstack.org/user-guide/content/cli_manage_images.html or with the Python SDK: http://docs.openstack.org/user

Re: [Openstack] Image upload times out ...

2015-01-27 Thread Erik McCormick
You can use the glance cli client (glance image-create) to do it, but it'll call the same API over the same network connection, so unless you have a copy of the image on the same network where glance lives, it may not help. Any chance you are using Ceph as a backend and haven't configured a proper

[Openstack] nova.conf (on Ubuntu 14.04) and documentation differing.

2015-01-27 Thread Ken D'Ambrosio
Hi, all. On page 52 (as per the PDF page numbering; page 60 by absolute numbering), I'm told about [database], [glance], and [keystone_authtoken] sections. However, what's below is the entirety of my /etc/nova/nova.conf file: root@controller:/tmp# cat /etc/nova/nova.conf [DEFAULT] dhcpbridge

Re: [Openstack] nova.conf (on Ubuntu 14.04) and documentation differing.

2015-01-27 Thread Mohammed Naser
Hi Ken, You would need to add those sections, if the docs don't make it clear, please report it as a bug :) Thanks Mohammed On Tue, Jan 27, 2015 at 4:25 PM, Ken D'Ambrosio wrote: > Hi, all. On page 52 (as per the PDF page numbering; page 60 by absolute > numbering), I'm told about [database],

Re: [Openstack] [All] Summit Session Proposal Voting

2015-01-27 Thread Steve Gordon
- Original Message - > From: "Matt Griffin" > To: "Maish Saidel-Keesing" > > Here's a great presentation from the Women of OpenStack team about how to > write a better speaker proposal and the voting process. > > Recording: https://www.youtube.com/watch?v=CxFYNZ4jqik > Slides: > http://

Re: [Openstack] nova.conf (on Ubuntu 14.04) and documentation differing.

2015-01-27 Thread Matt Kassawara
Packages should include at least the upstream example configuration file(s). For some reason, Ubuntu continues to package a very minimal nova.conf file. Please file a bug under the Ubuntu nova package [1] rather than the documentation. [1] https://bugs.launchpad.net/ubuntu/+source/nova On Tue, Ja

Re: [Openstack] nova.conf (on Ubuntu 14.04) and documentation differing.

2015-01-27 Thread Ken D'Ambrosio
On 2015-01-27 18:45, Matt Kassawara wrote: Packages should include at least the upstream example configuration file(s). For some reason, Ubuntu continues to package a very minimal nova.conf file. Please file a bug under the Ubuntu nova package [1] rather than the documentation. [1] https://bugs.

Re: [Openstack] Guest to Host works but host to guest does not

2015-01-27 Thread ashish.jain14
Hi Srinivas, This is a single VM setup this means all the components are installed on the same VM. This VM has got 2 ethernet interfaces eth0 and eth1. Access to TCP/22 is already enabled as you can see from nova --os-tenant-name TenantA --os-username UserA --os-password password --os-auth-ur

Re: [Openstack] [openstack] Heat autoscaling stack creation failed for normal user

2015-01-27 Thread m.channappa.negalur
Hello Steven, Thanks for the response. I went through your blog. It's really good . I have question here. Openstack CLI will support only V3 version of keystone client?. Because it's not taking subcommand "--description". Please look into the below output. I have installed juno on Ubuntu 14.0