[Openstack] Upload qcow2 image with configuration xml

2013-07-25 Thread Jake G.
Hi listers,

I am trying to upload a KVM qcow2 image into Openstack, but I noticed after 
deploying an instance from the image,
There are no NICs or other attached virtual hardware on the VM.

My question is, how can I import the qcow2 disk image to include the 
configuration information included in the .xml which has the config
for network adapters and so on?

Thank you!___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Instance cannot reach internet or Openstack DHCP services

2013-07-25 Thread Jake G.
Hi Openers,

I finally deployed an instance with a NIC attached by now I am affraid I have a 
Networking miss-configuration, because the instance cannot reach the internet 
nor the Openstack DHCP services.
I tried stopping the firewall, giving a static IP, etc but I cannot ping 
anything.

My networking looks like this. Can anyone find what is wrong with this?
 

1. Public Network 
Subnet 192.168.100.0/24

Gateway: 192.168.100.254
-Ports-
network:dhcp   IP: 192.168.100.51Status: ACTIVE

network:router_gatewayIP: 192.168.100.50Status: DOWN

network:floatingip     IP: 192.168.100.52Status: DOWN


2. Private Network
Subnet:172.30.10.0/254
Gateway:172.30.10.1
-Ports-
network:dhcpIP: 172.30.10.2Status: ACTIVE

network:router_gatewayIP: 172.30.10.1Status: ACTIVE

compute:None     IP: 172.30.10.3Status: ACTIVEMy instance`s IP address

3. Router
Interface 1: 192.168.100.50External GatewayStatus: ACTIVE
Interface 2: 172.30.10.1Internal InterfaceStatus: DOWN

My Openstack single node server network info is:

1. Public IP (internet access)
eth1:
DEVICE=eth1
ONBOOT=yes
BOOTPROTO=none
DEVICETYPE=ovs
TYPE=OVSPort

OVS_BRIDGE=br-ex

br-ex:
DEVICE=br-ex
ONBOOT=yes
BOOTPROTO=static
DEVICETYPE=ovs
IPADDR=192.168.100.24
NETMASK=255.255.255.0
TYPE=OVSBridge
GATEWAY=192.168.100.254


2. Management IP (no internet access)
eth0: 
DEVICE=eth0
ONBOOT=yes
BOOTPROTO=static
IPADDR=10.3.7.24
NETMASK=255.0.0.0
NETWORK=10.0.0.0
BROADCAST=10.255.255.255
PEERDNS=no


I love you guy! Thanks for you help!___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [docs] Japanese version of Operations Guide is now available

2013-07-25 Thread Jake G.
お疲れ様でした!

英語版より絶対分かりやすいと思う。母国語が英語なのにわきわからない。笑

よろしくお願いします。

On 2013/07/26, at 1:17, Akihiro MOTOKI amot...@gmail.com wrote:

 Hi all,
 
 We, Japanese OpenStack Users Group, are happy to announce
 Japanese version of OpenStack Operations Guide is published.
 The document is available at 
 http://openstack-ja.github.io/openstack-manuals/openstack-ops/content/
 
 We announced it at OpenStack 3rd anniversary event in Japan yesterday.
 We really thank doc team support and the authors of Operations Guide.
 
 While the document is available on GitHub pages currently, we have a plan
 to publish it on docs.openstack.org and working with I18N and docs team.
 
 Translation efforts of other OpenStack documents including Operations Guide
 are going in several languages. It also proves OpenStack community is getting 
 larger.
 
 Thanks
 Akihiro Motoki amot...@gmail.com
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Host NIC configuration example needed Pretty PLEASE!

2013-07-25 Thread Jake G.
Hi everyone,

Really screaming right now trying to get Quantum networking configured 
correctly.

Wondering if someone can share there host NIC configuration with me?
 Basically, I have two NICs but not sure how they should be configured. Any IPs 
are ok.
Do I need to create a bridge? Should I assign an IP to both NICs. Do I need to 
add/change anything to the nova.conf file?
Mostly stuff that is missing from the documentation.

Please please please! Thank you
Jake___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Cloud-init Fails - No route to host.

2013-07-24 Thread Jake G.
I have an issue with the cloud-init process on boot of my instance.

DataSourceEc2.py[WARNING]: 
'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [2/120s]: url 
error [[Errno 113] No route to host] 


I am using this doc - 
http://docs.openstack.org/trunk/openstack-image/content/centos-image.html

Why is this trying to contact a 3rd party server? Is this no longer a valid IP 
address or URL? I cannot get a response from any machine I try. 
Is the cloud-init actually necessary, if I am not using any aws services? 

Thank you for your help___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Cloud-init Fails - No route to host.

2013-07-24 Thread Jake G.
I can access the internet from my instance no problem. 

- you might not have a neutron metadata-agent  proxy configured and running

This one might be the issue. Where should I look to configure this?




 From: Robert Collins robe...@robertcollins.net
To: Jake G. dj_dark_jungl...@yahoo.com 
Cc: OpenStack Maillist openstack@lists.launchpad.net 
Sent: Wednesday, July 24, 2013 5:55 PM
Subject: Re: [Openstack] Cloud-init Fails - No route to host.
 

On 24 July 2013 20:50, Jake G. dj_dark_jungl...@yahoo.com wrote:
 I have an issue with the cloud-init process on boot of my instance.

 DataSourceEc2.py[WARNING]:
 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [2/120s]:
 url error [[Errno 113] No route to host]

 I am using this doc -
 http://docs.openstack.org/trunk/openstack-image/content/centos-image.html

 Why is this trying to contact a 3rd party server? Is this no longer a valid
 IP address or URL? I cannot get a response from any machine I try.
 Is the cloud-init actually necessary, if I am not using any aws services?

The cloud-init address is used for dynamic configuration of your instances.

Reasons it might fail:
- you might not have a neutron metadata-agent  proxy configured and running
- your networking might be misconfigured : if instance networking
doesn't come up, you'll see that error.

I suspect the latter issue is the problem.

-- 
Robert Collins rbtcoll...@hp.com
Distinguished Technologist
HP Cloud Services___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Cloud-init Fails - No route to host.

2013-07-24 Thread Jake G.
This looks like it is for collection metadata for amazon ec2 instances.

How does this relate to my instances on my Openstack environment?







 From: Jake G. dj_dark_jungl...@yahoo.com
To: Robert Collins robe...@robertcollins.net 
Cc: OpenStack Maillist openstack@lists.launchpad.net 
Sent: Wednesday, July 24, 2013 5:59 PM
Subject: Re: [Openstack] Cloud-init Fails - No route to host.
 


I can access the internet from my instance no problem. 

- you might not have a neutron metadata-agent  proxy configured and running

This one might be the issue. Where should I look to configure this?




 From: Robert Collins robe...@robertcollins.net
To: Jake G. dj_dark_jungl...@yahoo.com 
Cc: OpenStack Maillist openstack@lists.launchpad.net 
Sent: Wednesday, July 24, 2013 5:55 PM
Subject: Re: [Openstack] Cloud-init Fails - No route to host.
 

On 24 July 2013 20:50, Jake G.
 dj_dark_jungl...@yahoo.com wrote:
 I have an issue with the cloud-init process on boot of my instance.

 DataSourceEc2.py[WARNING]:
 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [2/120s]:
 url error [[Errno 113] No route to host]

 I am using this doc -
 http://docs.openstack.org/trunk/openstack-image/content/centos-image.html

 Why is this trying to contact a 3rd party server? Is this no longer a valid
 IP address or URL? I cannot get a response from any machine I try.
 Is the cloud-init actually necessary, if I am not using any aws services?

The
 cloud-init address is used for dynamic configuration of your instances.

Reasons it might fail:
- you might not have a neutron metadata-agent  proxy configured and running
- your networking might be misconfigured : if instance networking
doesn't come up, you'll see that error.

I suspect the latter issue is the problem.

-- 
Robert Collins rbtcoll...@hp.com
Distinguished Technologist
HP Cloud Services



___
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Image prep. cloud-init user configuration help.

2013-07-24 Thread Jake G.
I got the user correct now I am wondering why this is nessasary for my 
environment.
I am not using Amazon EC2 services so why would I need to get metadata from 
there API?

Can someone explain?



 From: Scott Moser smo...@ubuntu.com
To: Dean Troyer dtro...@gmail.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Thursday, July 25, 2013 12:23 AM
Subject: Re: [Openstack] Image prep. cloud-init user configuration help.
 

On Tue, 23 Jul 2013, Dean Troyer wrote:

 On Tue, Jul 23, 2013 at 1:49 AM, Jake G. dj_dark_jungl...@yahoo.com wrote:
  I am following the part on how to set up cloud-init from the below guide,
  but I was wondering how to change the user?
  I do not have the default ec2-user on my instance image. Do I just create
  this user in the instance? What permissions do I give the user?

 About half way down this page
 (http://hackstack.org/x/blog/2013/04/25/a-centos-6-image-for-openstack/)
 is a link to a centos 6 kickstart file that configures cloud-init
 during the kickstart %POST phase to behave similar to how it works on
 Ubuntu images by default: create a 'centos' user with sudo permissions
 to root.

Josh was right, though.
Recent versions of cloud-init will create the user if it is not there.
If the user is present, it will not modify it.

___
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Image prep. cloud-init user configuration help.

2013-07-24 Thread Jake G.
Thanks Scott!

I have removed cloud-init from my instance and enabled config-drive in the 
nova.conf file.

Anything else I should take notice of?



 From: Scott Moser smo...@ubuntu.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Cc: Dean Troyer dtro...@gmail.com; openstack@lists.launchpad.net 
openstack@lists.launchpad.net 
Sent: Thursday, July 25, 2013 10:58 AM
Subject: Re: [Openstack] Image prep. cloud-init user configuration help.
 

On Wed, 24 Jul 2013, Jake G. wrote:

 I got the user correct now I am wondering why this is nessasary for my 
 environment.
 I am not using Amazon EC2 services so why would I need to get metadata from 
 there API?

 Can someone explain?

Cloud-init uses the datasource of the EC2 Metadata service, that
Openstack provides a workalike for.
That metadata service has things like instance-id and hostname that
are useful.  cloud-init uses instance-id for run-once-per-instance
functionality.

cloud-init also gets user-data from the datasource, and that is very
useful for initializing images with information provided at launch time by
the user.

If you enable config-drive in openstack, then cloud-init will find the
same data above from the config-drive, and wont bother looking for the ec2
metadata service.

Scott___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Image prep. cloud-init user configuration help.

2013-07-23 Thread Jake G.
Hi! 

I am following the part on how to set up cloud-init from the below guide, but I 
was wondering how to change the user? 
I do not have the default ec2-user on my instance image. Do I just create this 
user in the instance? What permissions do I give the user?

http://docs.openstack.org/trunk/openstack-image/content/centos-image.html#d6e689
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Image prep. cloud-init user configuration help.

2013-07-23 Thread Jake G.
Btw This is for a centos 6.4 image.



 From: Jake G. dj_dark_jungl...@yahoo.com
To: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Tuesday, July 23, 2013 3:49 PM
Subject: [Openstack] Image prep. cloud-init user configuration help.
 


Hi! 

I am following the part on how to set up cloud-init from the below guide, but I 
was wondering how to change the user? 
I do not have the default ec2-user on my instance image. Do I just create this 
user in the instance? What permissions do I give the user?

http://docs.openstack.org/trunk/openstack-image/content/centos-image.html#d6e689

___
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] How to create image for first instance (CentOS 6.4)

2013-07-23 Thread Jake G.
No matter how I work this I cant seem to create a Centos 6.4 image correctly.

I can create a new instance using the qcow2 image I uploaded to Openstack, but 
after booting the instance there is no NICs attached.
Should I be using a different formatting than qcow2?


I used this doc to create the image - 
http://docs.openstack.org/trunk/openstack-image/content/centos-image.html



 From: Jake G. dj_dark_jungl...@yahoo.com
To: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Tuesday, July 23, 2013 10:07 AM
Subject: Re: [Openstack] How to create image for first instance (CentOS 6.4)
 


Thanks for all your replies.

I guess I don't understand this a bit. I created a new VM with virt-manager 
then imported the qcow2 file to the glance server, but after deploying an 
instance from the image, I have no existing network adapters or any other 
attached virtual hardware it seems.

What am I missing here?



 From: Staicu Gabriel gabriel_sta...@yahoo.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Friday, July 19, 2013 12:32 AM
Subject: Re: [Openstack] How to create image for first instance (CentOS 6.4)
 


Yes it's ok.
Or you can use another computer with virt-manager installed which supports 
running windows virtual machines on it. In other words another computer with 
cpu with virtualization feature + kvm + virt-manager.
If you use the option with another computer you will have to copy the resulted 
qcow2 file resulted from the installation of win7 with virtio drivers for net 
and disk from the computer with virt-manager to the glance server.


Regards,
Gabriel




 From: Jake G. dj_dark_jungl...@yahoo.com
To: Brian Schott brian.sch...@nimbisservices.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Thursday, July 18, 2013 4:54 PM
Subject: Re: [Openstack] How to create image for first instance (CentOS 6.4)
 


I saw that but I don't have virt-manager on my compute node. 

Is it ok to install it?

On 2013/07/18, at 22:19, Brian Schott brian.sch...@nimbisservices.com wrote:


Did this work for you?

http://docs.openstack.org/trunk/openstack-image/content/centos-image.html


-
Brian Schott, CTO
Nimbis Services, Inc.
brian.sch...@nimbisservices.com
ph: 443-274-6064  fx: 443-274-6060




On Jul 18, 2013, at 5:28 AM, Jake G. dj_dark_jungl...@yahoo.com wrote:

Hi All,


I figured this would be the easiest part, but seems not to be.


So creating an instance and booting from a CentOS installation disk doesn't 
work the way I imagined, 
How would you create the image template to use to deploy instances of CentOS 
6.4? The specs are below:


OS: CentOS 6.4 x8664
RAM: 1024MB
HDD: 40GB
NIC: 1




Thank you!
Jake___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp





___
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] How to create image for first instance (CentOS 6.4)

2013-07-23 Thread Jake G.
nova-manage network list results in no networks found. 

I have 2 networks I created via quantum and are usable via the dashboard below.

+--+-+---+
| id                                   | name            | subnets              
                                 |
+--+-+---+
| 27028c1b-734d-4557-94bf-d6ae5751ecf8 | Public Network  | 
827dc7e2-eed2-45d6-b389-320b4e3e92a1 192.168.100.0/24 |
| ba09ee3b-06cb-4327-9318-3913925d3283 | Private Network | 
1dff7334-37df-4224-9ca7-63d332105483 172.30.10.0/24   |
+--+-+---+

I need to configure nova also? How is this done?

Thank you! 





 From: Cristian Falcas cristi.fal...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Tuesday, July 23, 2013 5:20 PM
Subject: Re: [Openstack] How to create image for first instance (CentOS 6.4)
 

On Tue, Jul 23, 2013 at 11:08 AM, Jake G. dj_dark_jungl...@yahoo.com wrote:
 No matter how I work this I cant seem to create a Centos 6.4 image
 correctly.

 I can create a new instance using the qcow2 image I uploaded to Openstack,
 but after booting the instance there is no NICs attached.
 Should I be using a different formatting than qcow2?

 I used this doc to create the image -
 http://docs.openstack.org/trunk/openstack-image/content/centos-image.html

 
 From: Jake G. dj_dark_jungl...@yahoo.com
 To: openstack@lists.launchpad.net openstack@lists.launchpad.net
 Sent: Tuesday, July 23, 2013 10:07 AM

 Subject: Re: [Openstack] How to create image for first instance (CentOS 6.4)

 Thanks for all your replies.

 I guess I don't understand this a bit. I created a new VM with virt-manager
 then imported the qcow2 file to the glance server, but after deploying an
 instance from the image, I have no existing network adapters or any other
 attached virtual hardware it seems.

 What am I missing here?

 
 From: Staicu Gabriel gabriel_sta...@yahoo.com
 To: Jake G. dj_dark_jungl...@yahoo.com
 Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net
 Sent: Friday, July 19, 2013 12:32 AM
 Subject: Re: [Openstack] How to create image for first instance (CentOS 6.4)

 Yes it's ok.
 Or you can use another computer with virt-manager installed which supports
 running windows virtual machines on it. In other words another computer with
 cpu with virtualization feature + kvm + virt-manager.
 If you use the option with another computer you will have to copy the
 resulted qcow2 file resulted from the installation of win7 with virtio
 drivers for net and disk from the computer with virt-manager to the glance
 server.

 Regards,
 Gabriel

 
 From: Jake G. dj_dark_jungl...@yahoo.com
 To: Brian Schott brian.sch...@nimbisservices.com
 Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net
 Sent: Thursday, July 18, 2013 4:54 PM
 Subject: Re: [Openstack] How to create image for first instance (CentOS 6.4)

 I saw that but I don't have virt-manager on my compute node.

 Is it ok to install it?

 On 2013/07/18, at 22:19, Brian Schott brian.sch...@nimbisservices.com
 wrote:

 Did this work for you?

 http://docs.openstack.org/trunk/openstack-image/content/centos-image.html

 -
 Brian Schott, CTO
 Nimbis Services, Inc.
 brian.sch...@nimbisservices.com
 ph: 443-274-6064  fx: 443-274-6060



 On Jul 18, 2013, at 5:28 AM, Jake G. dj_dark_jungl...@yahoo.com wrote:

 Hi All,

 I figured this would be the easiest part, but seems not to be.

 So creating an instance and booting from a CentOS installation disk doesn't
 work the way I imagined,
 How would you create the image template to use to deploy instances of CentOS
 6.4? The specs are below:

 OS: CentOS 6.4 x8664
 RAM: 1024MB
 HDD: 40GB
 NIC: 1


 Thank you!
 Jake
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to     : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to    : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help  : https://help.launchpad.net/ListHelp





 ___
 Mailing list: https://launchpad.net/~openstack
 Post to    : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help  : https://help.launchpad.net/ListHelp



 ___
 Mailing list: https

Re: [Openstack] How to create image for first instance (CentOS 6.4)

2013-07-23 Thread Jake G.
I only have the quantum networks in openstack. 
After I create a new instance there is no NIC attached to the instance.

Do I have to configure networking for nova also, so that nova-manage network 
list actually displays networks?






 From: Cristian Falcas cristi.fal...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Tuesday, July 23, 2013 6:45 PM
Subject: Re: [Openstack] How to create image for first instance (CentOS 6.4)
 

On Tue, Jul 23, 2013 at 11:29 AM, Jake G. dj_dark_jungl...@yahoo.com wrote:
 nova-manage network list results in no networks found.

 I have 2 networks I created via quantum and are usable via the dashboard
 below.

 +--+-+---+
 | id                                   | name            | subnets
 |
 +--+-+---+
 | 27028c1b-734d-4557-94bf-d6ae5751ecf8 | Public Network  |
 827dc7e2-eed2-45d6-b389-320b4e3e92a1 192.168.100.0/24 |
 | ba09ee3b-06cb-4327-9318-3913925d3283 | Private Network |
 1dff7334-37df-4224-9ca7-63d332105483 172.30.10.0/24   |
 +--+-+---+

 I need to configure nova also? How is this done?

 Thank you!



 
 From: Cristian Falcas cristi.fal...@gmail.com
 To: Jake G. dj_dark_jungl...@yahoo.com
 Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net
 Sent: Tuesday, July 23, 2013 5:20 PM

 Subject: Re: [Openstack] How to create image for first instance (CentOS 6.4)

 On Tue, Jul 23, 2013 at 11:08 AM, Jake G. dj_dark_jungl...@yahoo.com
 wrote:
 No matter how I work this I cant seem to create a Centos 6.4 image
 correctly.

 I can create a new instance using the qcow2 image I uploaded to Openstack,
 but after booting the instance there is no NICs attached.
 Should I be using a different formatting than qcow2?

 I used this doc to create the image -
 http://docs.openstack.org/trunk/openstack-image/content/centos-image.html

 
 From: Jake G. dj_dark_jungl...@yahoo.com
 To: openstack@lists.launchpad.net openstack@lists.launchpad.net
 Sent: Tuesday, July 23, 2013 10:07 AM

 Subject: Re: [Openstack] How to create image for first instance (CentOS
 6.4)

 Thanks for all your replies.

 I guess I don't understand this a bit. I created a new VM with
 virt-manager
 then imported the qcow2 file to the glance server, but after deploying an
 instance from the image, I have no existing network adapters or any other
 attached virtual hardware it seems.

 What am I missing here?

 
 From: Staicu Gabriel gabriel_sta...@yahoo.com
 To: Jake G. dj_dark_jungl...@yahoo.com
 Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net
 Sent: Friday, July 19, 2013 12:32 AM
 Subject: Re: [Openstack] How to create image for first instance (CentOS
 6.4)

 Yes it's ok.
 Or you can use another computer with virt-manager installed which supports
 running windows virtual machines on it. In other words another computer
 with
 cpu with virtualization feature + kvm + virt-manager.
 If you use the option with another computer you will have to copy the
 resulted qcow2 file resulted from the installation of win7 with virtio
 drivers for net and disk from the computer with virt-manager to the glance
 server.

 Regards,
 Gabriel

 
 From: Jake G. dj_dark_jungl...@yahoo.com
 To: Brian Schott brian.sch...@nimbisservices.com
 Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net
 Sent: Thursday, July 18, 2013 4:54 PM
 Subject: Re: [Openstack] How to create image for first instance (CentOS
 6.4)

 I saw that but I don't have virt-manager on my compute node.

 Is it ok to install it?

 On 2013/07/18, at 22:19, Brian Schott brian.sch...@nimbisservices.com
 wrote:

 Did this work for you?

 http://docs.openstack.org/trunk/openstack-image/content/centos-image.html

 -
 Brian Schott, CTO
 Nimbis Services, Inc.
 brian.sch...@nimbisservices.com
 ph: 443-274-6064  fx: 443-274-6060



 On Jul 18, 2013, at 5:28 AM, Jake G. dj_dark_jungl...@yahoo.com wrote:

 Hi All,

 I figured this would be the easiest part, but seems not to be.

 So creating an instance and booting from a CentOS installation disk
 doesn't
 work the way I imagined,
 How would you create the image template to use to deploy instances of
 CentOS
 6.4? The specs are below:

 OS: CentOS 6.4 x8664
 RAM: 1024MB
 HDD: 40GB
 NIC: 1


 Thank you!
 Jake
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to    : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help  : https

[Openstack] No NIC attached/exists on newly created instances

2013-07-23 Thread Jake G.
Hi all,
New issue here. I have two networks that I created through the OS dashboard, 
Private and public.
These seem to be quantum networks because they are listed when using the cmd 
quantum net-list

I deploy a new instance on the private network, then associate a floating ip. I 
login to the console and notice that there is no NIC attached to the instance 
(no NIC exists).

What could be the cause of this? Do I need to create matching networks for nova 
as well? or should the quantum networks be enough?
or is there a different issue here?___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Cannot Associate floating IP to Instance

2013-07-22 Thread Jake G.
Cool! I was able to associate floating ip to the private ip of the instance, 
but now the instance is stuck in a rebooting state, which is a different error.

Thank you for helping me with this error. 




 From: Ashok Kumaran ashokkumara...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Sent: Monday, July 22, 2013 7:14 PM
Subject: Re: [Openstack] Cannot Associate floating IP to Instance
 


communication can still happen even if the gateway interface is down .



On Mon, Jul 22, 2013 at 3:43 PM, Ashok Kumaran ashokkumara...@gmail.com wrote:

Jake ,


It doesn't matter. There is a bug because of which you are seeing router's 
gateway interface as down. Now when creating the floatingip's are you seeing 
any error?



On Mon, Jul 22, 2013 at 3:41 PM, Jake G. dj_dark_jungl...@yahoo.com wrote:

Its still shows the status as down for the external interface.
Where should I look to troubleshoot this?






 From: Ashok Kumaran ashokkumara...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Sent: Monday, July 22, 2013 7:04 PM

Subject: Re: [Openstack] Cannot Associate floating IP to Instance
 


yes



On Mon, Jul 22, 2013 at 2:49 PM, Jake G. dj_dark_jungl...@yahoo.com wrote:

Is this what you are talking about?






 From: Ashok Kumaran ashokkumara...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Sent: Monday, July 22, 2013 5:13 PM

Subject: Re: [Openstack] Cannot Associate floating IP to Instance
 


As I told earlier, I still dont see your private net is connected to your 
router after seeing your topology diagram. Add your private net's subnet as 
interface to the router.




router-interface-add    $put_router_id_here   $put_private_subnet_id_here







On Mon, Jul 22, 2013 at 11:19 AM, Jake G. dj_dark_jungl...@yahoo.com wrote:

Attached is a shot of my network settings. If that will help.
Thanks again








 From: Jake G. dj_dark_jungl...@yahoo.com
To: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Monday, July 22, 2013 2:05 PM

Subject: Re: [Openstack] Cannot Associate floating IP to Instance
 


Yes I assigned a gateway to the external network from my router. 




 From: Ashok Kumaran ashokkumara...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Sent: Monday, July 22, 2013 1:22 PM
Subject: Re: [Openstack] Cannot Associate floating IP to Instance
 


Just to be clear did you also set the gateway to the external net from your 
router ?

Sent from my iPhone

On 22-Jul-2013, at 7:39 AM, Jake G. dj_dark_jungl...@yahoo.com wrote:


Yes I did.


My router shows the status of DOWN which could be the issue here. Not sure 
how to troubleshoot this.  Any tips?


Thanks!




 From: Ashok Kumaran ashokkumara...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Sent: Saturday, July 20, 2013 3:31 AM
Subject: Re: [Openstack] Cannot Associate floating IP to Instance
 


Did you add the do a router-interface-add with your subnet? to be preicse 
your subnet should be attached with the router.



On Fri, Jul 19, 2013 at 10:01 AM, Jake G. dj_dark_jungl...@yahoo.com 
wrote:

HI All! Jake again,


I am unable to assign a floating ip address to my instance with the error:


Error: External network ed657653-639f-48f2-bbb1-5be2f78fd6d1 is not 
reachable from subnet 2d011f08-0609-4a88-9c25-3d7fc1290d6b. 
Therefore, cannot associate Port f2a0789c-fb70-4448-88b1-2f5f5965fc1f 
with a Floating IP


Network ed65 is my public network 
Subnet 2d01... is my subnet for the public network
Port f2a07... is my port for my public network.


Public network subnet is 192.168.100.0/24 with the gateway 192.168.100.254
Interface for the Public Network Router shows Status= DOWN


I have two NICs on my server:
1. eth0
IP: 10.3.7.24/8
Gateway: 10.0.1.1


2. eth0
IP: 192.168.100.24/24
Gateway: none


Any ideas? I tried entering a gateway for eth0 but no love.






___
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp





-- 

Regds,
 
Ashok ,
Delivery Consultant,
HP.


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https

Re: [Openstack] How to create image for first instance (CentOS 6.4)

2013-07-22 Thread Jake G.
Thanks for all your replies.

I guess I don't understand this a bit. I created a new VM with virt-manager 
then imported the qcow2 file to the glance server, but after deploying an 
instance from the image, I have no existing network adapters or any other 
attached virtual hardware it seems.

What am I missing here?



 From: Staicu Gabriel gabriel_sta...@yahoo.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Friday, July 19, 2013 12:32 AM
Subject: Re: [Openstack] How to create image for first instance (CentOS 6.4)
 


Yes it's ok.
Or you can use another computer with virt-manager installed which supports 
running windows virtual machines on it. In other words another computer with 
cpu with virtualization feature + kvm + virt-manager.
If you use the option with another computer you will have to copy the resulted 
qcow2 file resulted from the installation of win7 with virtio drivers for net 
and disk from the computer with virt-manager to the glance server.


Regards,
Gabriel




 From: Jake G. dj_dark_jungl...@yahoo.com
To: Brian Schott brian.sch...@nimbisservices.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Thursday, July 18, 2013 4:54 PM
Subject: Re: [Openstack] How to create image for first instance (CentOS 6.4)
 


I saw that but I don't have virt-manager on my compute node. 

Is it ok to install it?

On 2013/07/18, at 22:19, Brian Schott brian.sch...@nimbisservices.com wrote:


Did this work for you?

http://docs.openstack.org/trunk/openstack-image/content/centos-image.html


-
Brian Schott, CTO
Nimbis Services, Inc.
brian.sch...@nimbisservices.com
ph: 443-274-6064  fx: 443-274-6060




On Jul 18, 2013, at 5:28 AM, Jake G. dj_dark_jungl...@yahoo.com wrote:

Hi All,


I figured this would be the easiest part, but seems not to be.


So creating an instance and booting from a CentOS installation disk doesn't 
work the way I imagined, 
How would you create the image template to use to deploy instances of CentOS 
6.4? The specs are below:


OS: CentOS 6.4 x8664
RAM: 1024MB
HDD: 40GB
NIC: 1




Thank you!
Jake___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Alternative dashboards for openstack?

2013-07-22 Thread Jake G.
Hi All,

Any chance there are other dashboards out there for Openstack besides Horizon? 

Thanks___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Cannot Associate floating IP to Instance

2013-07-21 Thread Jake G.
Yes I did.

My router shows the status of DOWN which could be the issue here. Not sure how 
to troubleshoot this.  Any tips?

Thanks!



 From: Ashok Kumaran ashokkumara...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Sent: Saturday, July 20, 2013 3:31 AM
Subject: Re: [Openstack] Cannot Associate floating IP to Instance
 


Did you add the do a router-interface-add with your subnet? to be preicse your 
subnet should be attached with the router.



On Fri, Jul 19, 2013 at 10:01 AM, Jake G. dj_dark_jungl...@yahoo.com wrote:

HI All! Jake again,


I am unable to assign a floating ip address to my instance with the error:


Error: External network ed657653-639f-48f2-bbb1-5be2f78fd6d1 is not reachable 
from subnet 2d011f08-0609-4a88-9c25-3d7fc1290d6b. 
Therefore, cannot associate Port f2a0789c-fb70-4448-88b1-2f5f5965fc1f with a 
Floating IP


Network ed65 is my public network 
Subnet 2d01... is my subnet for the public network
Port f2a07... is my port for my public network.


Public network subnet is 192.168.100.0/24 with the gateway 192.168.100.254
Interface for the Public Network Router shows Status= DOWN


I have two NICs on my server:
1. eth0
IP: 10.3.7.24/8
Gateway: 10.0.1.1


2. eth0
IP: 192.168.100.24/24
Gateway: none


Any ideas? I tried entering a gateway for eth0 but no love.






___
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp




-- 

Regds,
 
Ashok ,
Delivery Consultant,
HP.___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Cannot Associate floating IP to Instance

2013-07-21 Thread Jake G.
Yes I assigned a gateway to the external network from my router. 



 From: Ashok Kumaran ashokkumara...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Sent: Monday, July 22, 2013 1:22 PM
Subject: Re: [Openstack] Cannot Associate floating IP to Instance
 


Just to be clear did you also set the gateway to the external net from your 
router ?

Sent from my iPhone

On 22-Jul-2013, at 7:39 AM, Jake G. dj_dark_jungl...@yahoo.com wrote:


Yes I did.


My router shows the status of DOWN which could be the issue here. Not sure how 
to troubleshoot this.  Any tips?


Thanks!




 From: Ashok Kumaran ashokkumara...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Sent: Saturday, July 20, 2013 3:31 AM
Subject: Re: [Openstack] Cannot Associate floating IP to Instance
 


Did you add the do a router-interface-add with your subnet? to be preicse your 
subnet should be attached with the router.



On Fri, Jul 19, 2013 at 10:01 AM, Jake G. dj_dark_jungl...@yahoo.com wrote:

HI All! Jake again,


I am unable to assign a floating ip address to my instance with the error:


Error: External network ed657653-639f-48f2-bbb1-5be2f78fd6d1 is not reachable 
from subnet 2d011f08-0609-4a88-9c25-3d7fc1290d6b. 
Therefore, cannot associate Port f2a0789c-fb70-4448-88b1-2f5f5965fc1f with a 
Floating IP


Network ed65 is my public network 
Subnet 2d01... is my subnet for the public network
Port f2a07... is my port for my public network.


Public network subnet is 192.168.100.0/24 with the gateway 192.168.100.254
Interface for the Public Network Router shows Status= DOWN


I have two NICs on my server:
1. eth0
IP: 10.3.7.24/8
Gateway: 10.0.1.1


2. eth0
IP: 192.168.100.24/24
Gateway: none


Any ideas? I tried entering a gateway for eth0 but no love.






___
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp





-- 

Regds,
 
Ashok ,
Delivery Consultant,
HP.


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Delete orphaned floating ip (Solved)

2013-07-19 Thread Jake G.
Hi All,

I couldn`t find this info on the web so I created a set-by-step guide to 
removing orphaned floating IP addresses. Enjoy :)

0. Check if you have a orphaned floating ip. If you see an IP with the Instance 
ID of None, then that is the IP address you will use below.
# nova floating-ip-list

(output will look similar below)

+-+-+--++
| Ip              | Instance Id | Fixed Ip | Pool           |
+-+-+--++
| 192.168.100.133 | None        | None     | Public Network |
+-+-+--++

Now delete the orphaned floating IP.
1. Login to mysql.
# mysql -u username -p

2. List your databases if you want.
# show databases;

3. Switch to use the ovs_quantum database.
mysql use ovs_quantum; 

4. Show the values in the table floatingips. Take note of the column name 
(floating_ip_address) for the orphaned IP
mysql SELECT * FROM floatingips; (Show the table contents)
mysql DELETE FROM floatingips WHERE floating_ip_address=192.168.100.133;  
(insert your ip address withing the quotes)
mysql SELECT * FROM floatingips; (confirm the row was deleted)

5. Show the values in the table ipallocations. Take note of the column name 
(ip_address) for the orphaned IP
mysql SELECT * FROM ipallocations; (Show the table contents)
mysql DELETE FROM ipallocations WHERE ip_address=192.168.100.133;  (insert 
your ip address withing the quotes)
mysql SELECT * FROM ipallocations; (confirm the row was deleted)
 
6. Next login to the Openstack Dashboard and delete the port for the network 
containing the orphaned floating IP. 

In my case I deleted the whole subnet because the DHCP server does not release 
the IP pack in the pool unless you do this.
You can see this in the table ipavailabilityranges. once you delete the subnet 
the values clear out. 
This last part will only work if you have no more instances connected to this 
subnet.
Those who are good at sql commands could figure out how to modify the IP range 
in the ipavailabilityranges tables to release the IP back
to the dhcp server.


Hope that helps others with the same issue.

Best,
Jake







 From: laserjetyang laserjety...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Friday, July 19, 2013 2:42 PM
Subject: Re: [Openstack] Delete orphaned floating ip
 


I will do it by entering database




On Fri, Jul 19, 2013 at 1:21 PM, Jake G. dj_dark_jungl...@yahoo.com wrote:

Hi all,


I have a orphaned floating IP I am unable to delete.


# nova floating-ip-list
+-+-+--++
| Ip              | Instance Id | Fixed Ip | Pool           |
+-+-+--++
| 192.168.100.133 | None        | None     | Public Network |


Is there a way to delete this manually?


Thanks,
Jake


___
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Network configuration for single node Openstack install

2013-07-19 Thread Jake G.
Hi all,

I am having issues with networking. I have a single node Openstack Grizzly 
server with two NICs.

-NIC1
eth0
IP address: 10.3.7.24
Mask: 255.0.0.0
GW: none

-NIC2
eth1
IP address: 192.168.100.24
Mask: 255.255.255.0
GW: 192.168.100.254

1. Instances should use the 192.168.100.0/24 subnet for access to the internet.
2. My Management network should use the 10.3.7.0/8 subnet and does not need 
access to the internet.


Could somone help me with setting this up? or a link pointing to something 
similar?

Thank you___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Network configuration for single node Openstack install.

2013-07-19 Thread Jake G.
Hi all,

I am having issues with networking. I have a single node Openstack Grizzly 
server with two NICs.

-NIC1
eth0
IP address: 10.3.7.24
Mask: 255.0.0.0
GW: none

-NIC2
eth1
IP address: 192.168.100.24
Mask: 255.255.255.0
GW: 192.168.100.254

1. Instances should use the 192.168.100.0/24 subnet for access to the internet.
2. My Management network should use the 10.3.7.0/8 subnet and does not need 
access to the internet.


Could somone help me with setting this up? or a link pointing to something 
similar?

Thank you___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Grizzly-Cinder] Cannot create volume over 10GB

2013-07-18 Thread Jake G.
OK after some fiddling I managed to configure Cinder to use my NFS server 
instead of the default local LVM partition.

I used this doc. 
http://docs.openstack.org/grizzly/openstack-block-storage/admin/content/NFS-driver.html


Thanks



 From: Jake G. dj_dark_jungl...@yahoo.com
To: laserjetyang laserjety...@gmail.com; openstack@lists.launchpad.net 
openstack@lists.launchpad.net 
Sent: Wednesday, July 17, 2013 7:15 PM
Subject: Re: [Openstack] [Grizzly-Cinder] Cannot create volume over 10GB
 


Here is my LVM partition for cinder:

  --- Physical volume ---
  PV Name               /dev/loop0
  VG Name               cinder-volumes
  PV Size               20.00 GiB / not usable 4.00 MiB
  Allocatable           yes 
  PE Size               4.00 MiB
  Total PE              5119
  Free PE               5119
  Allocated PE          0
  PV UUID               S9357z-IqRI-6JZa-TCiu-8fFg-rZZ6-jcQjLW


How can I increase the size or even better use a NFS server to hold cinder 
volumes?

Thanks



 From: laserjetyang laserjety...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Sent: Wednesday, July 17, 2013 7:06 PM
Subject: Re: [Openstack] [Grizzly-Cinder] Cannot create volume over 10GB
 


Your LVM is less than 10g

On Wednesday, July 17, 2013, Jake G.  wrote:

Hi all!


I am unable to create a volume bigger than 10GB or a combinatino of volumes 
totaling bigger than 10GB.


I have 1TB of space to use.


Any ideas?  


___
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] [Glance] Storage images on NFS server

2013-07-18 Thread Jake G.
Hi All,

Wondering how to configure Openstack so that all images are stored on NFS 
storage instead of the default /var/lib/glance/images.
Is this as simple as mounting the NFS store to the /var/lib/glance/images 
directory?

Thanks!
Jake___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Glance] Storage images on NFS server

2013-07-18 Thread Jake G.
Nothing this configure in a config file somewhere like cinder? 
Just double checking.

Thanks!




 From: Blair Bethwaite blair.bethwa...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Thursday, July 18, 2013 3:24 PM
Subject: Re: [Openstack] [Glance] Storage images on NFS server
 


On 18 July 2013 16:21, Jake G. dj_dark_jungl...@yahoo.com wrote:

Wondering how to configure Openstack so that all images are stored on NFS 
storage instead of the default /var/lib/glance/images.

Is this as simple as mounting the NFS store to the /var/lib/glance/images 
directory?

Yep.
-- 
Cheers,
~Blairo ___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] [Nova] Configure NFS storage for instances?

2013-07-18 Thread Jake G.
Hi All,

Wondering how to setup Nova to storage all instances on a NFS server? 
Is it as easy as mounting the NFS store to the /var/lib/nova/instances/ 
directory?

Thanks!
Jake___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Nova] Configure NFS storage for instances?

2013-07-18 Thread Jake G.
Thats fine. 

Do I have to modify any config files?



 From: laserjetyang laserjety...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Thursday, July 18, 2013 5:02 PM
Subject: Re: [Openstack] [Nova] Configure NFS storage for instances?
 


yes, so NFS won't achieve good performance




On Thu, Jul 18, 2013 at 3:01 PM, Jake G. dj_dark_jungl...@yahoo.com wrote:

Hi All,


Wondering how to setup Nova to storage all instances on a NFS server? 
Is it as easy as mounting the NFS store to the /var/lib/nova/instances/ 
directory?


Thanks!Jake
___
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] How to create image for first instance (CentOS 6.4)

2013-07-18 Thread Jake G.
Hi All,

I figured this would be the easiest part, but seems not to be.

So creating an instance and booting from a CentOS installation disk doesn't 
work the way I imagined, 
How would you create the image template to use to deploy instances of CentOS 
6.4? The specs are below:

OS: CentOS 6.4 x8664
RAM: 1024MB
HDD: 40GB
NIC: 1


Thank you!
Jake___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Nova] Configure NFS storage for instances?

2013-07-18 Thread Jake G.
Thanks!I saw that link but its for live migration not setting up NFS storage for nova.I just simply mounted my NFS store to /var/lib/nova/instances and that worked.From: Razique Mahroua razique.mahr...@gmail.com To: Jake G. dj_dark_jungl...@yahoo.com Cc: laserjetyang laserjety...@gmail.com; "openstack@lists.launchpad.net" openstack@lists.launchpad.net  Sent: Thursday, July 18, 2013 6:35 PM Subject: Re: [Openstack] [Nova] Configure NFS storage for instances?   There we are :)http://docs.openstack.org/trunk/openstack-compute/admin/content/configuring-live-migrations.html
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 18 juil. 2013 à 10:13, Jake G. dj_dark_jungl...@yahoo.com a écrit :Thats fine.Do I have to modify any config files?From: laserjetyang laserjety...@gmail.com To: Jake G.
 dj_dark_jungl...@yahoo.com Cc: "openstack@lists.launchpad.net" openstack@lists.launchpad.net  Sent: Thursday, July 18, 2013 5:02 PM Subject: Re: [Openstack] [Nova] Configure NFS storage for instances?   yes, so NFS won't achieve good performanceOn Thu, Jul 18, 2013 at 3:01 PM, Jake G. dj_dark_jungl...@yahoo.com wrote:
Hi All,
Wondering how to setup Nova to storage all instances on a NFS server?Is it as easy as mounting the NFS store to the /var/lib/nova/instances/ directory?

Thanks!Jake
___
Mailing list: https://launchpad.net/~openstack
Post to   : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help  : https://help.launchpad.net/ListHelp
___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] How to create image for first instance (CentOS 6.4)

2013-07-18 Thread Jake G.
I saw that but I don't have virt-manager on my compute node. 

Is it ok to install it?

On 2013/07/18, at 22:19, Brian Schott brian.sch...@nimbisservices.com wrote:

 Did this work for you?
 
 http://docs.openstack.org/trunk/openstack-image/content/centos-image.html
 
 -
 Brian Schott, CTO
 Nimbis Services, Inc.
 brian.sch...@nimbisservices.com
 ph: 443-274-6064  fx: 443-274-6060
 
 
 
 On Jul 18, 2013, at 5:28 AM, Jake G. dj_dark_jungl...@yahoo.com wrote:
 
 Hi All,
 
 I figured this would be the easiest part, but seems not to be.
 
 So creating an instance and booting from a CentOS installation disk doesn't 
 work the way I imagined, 
 How would you create the image template to use to deploy instances of CentOS 
 6.4? The specs are below:
 
 OS: CentOS 6.4 x8664
 RAM: 1024MB
 HDD: 40GB
 NIC: 1
 
 
 Thank you!
 Jake
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp
 
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Cannot Associate floating IP to Instance

2013-07-18 Thread Jake G.
HI All! Jake again,

I am unable to assign a floating ip address to my instance with the error:

Error: External network ed657653-639f-48f2-bbb1-5be2f78fd6d1 is not reachable 
from subnet 2d011f08-0609-4a88-9c25-3d7fc1290d6b. 
Therefore, cannot associate Port f2a0789c-fb70-4448-88b1-2f5f5965fc1f with a 
Floating IP

Network ed65 is my public network 
Subnet 2d01... is my subnet for the public network
Port f2a07... is my port for my public network.

Public network subnet is 192.168.100.0/24 with the gateway 192.168.100.254
Interface for the Public Network Router shows Status= DOWN

I have two NICs on my server:
1. eth0
IP: 10.3.7.24/8
Gateway: 10.0.1.1

2. eth0
IP: 192.168.100.24/24
Gateway: none

Any ideas? I tried entering a gateway for eth0 but no love.___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Delete orphaned floating ip

2013-07-18 Thread Jake G.
Hi all,

I have a orphaned floating IP I am unable to delete.

# nova floating-ip-list
+-+-+--++
| Ip              | Instance Id | Fixed Ip | Pool           |
+-+-+--++
| 192.168.100.133 | None        | None     | Public Network |

Is there a way to delete this manually?

Thanks,
Jake
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Grizzly Devstack Installation - RHEL 6.4

2013-07-17 Thread Jake G.
Hi all! 

So finally seemed to get openstack up and running using the RDO method. Still a 
few issues with instances but overall seems to be working.

I tried Devstack but I kept getting an error during the installation which I 
couldn't get past.

Heat is pretty neat but will not work with any subnet with a mask different 
than /24 - confirmed by support. So for me heat is useless.

I can't imagine setting this up in a production environment without the help of 
these deployment tools. All I can say is if you can master Openstack you 
deserve a raise! 

Thanks all for your help again!

Jake

On 2013/07/17, at 12:34, Haiming Yang laserjety...@gmail.com wrote:

 I think if you use redhat 6.4, it has own distribution of OpenStack, and you 
 might be able to run openstack following redhat instruction.
 
 
 On Tue, Jul 16, 2013 at 9:47 PM, Subramanian K skanagasa...@gmail.com wrote:
 Thanks Sean, Maybe you are correct. But I somehow managed to complete the 
 installation and register the image so far. Been able to reach till 
 launching Dashboard. Running virtual machine is the next step in my 
 pipeline. 
 
 All I did was manually updated pki_setup and set permissions appropriately 
 and the rest of the installation went smooth.
 
 
 
 
 On Tue, Jul 16, 2013 at 4:39 PM, Sean Dague s...@dague.net wrote:
 Devstack in grizzly doesn't work with RHEL. If you are interested in using 
 devstack you should use Fedora instead.
 
 -Sean
 
 
 On 07/16/2013 05:58 AM, Subramanian K wrote:
 Hello All,
 
 In the process of running devstack installation script on RHEL 6.4 , I
 am faced with an error.  Below is the error tracked section
 
 + /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir
 /opt/stack/devstack/accrc
 Authorization Failed: Unable to sign token. (HTTP 500)
 Authorization Failed: Unable to sign token. (HTTP 500)
 ERROR: Unable to sign token. (HTTP 500)
 Failed to update the root certificate: /opt/stack/devstack/accrc/cacert.pem
 Authorization Failed: Unable to sign token. (HTTP 500)
 
 
 If I manually try to run any commands , I get the similar error message
 
 nova --os-username admin --os-password XX --os-auth-url
 http://127.0.0.1:35357/v2.0 --os-tenant-name demo image-list
 ERROR: Unable to sign token. (HTTP 500)
 
 
 Could someone throw insights in actual cause of this issue ?
 
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp
 
 
 -- 
 Sean Dague
 http://dague.net
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp
 
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] [Grizzly] Instance has no available HDD

2013-07-17 Thread Jake G.
Hi All,

Having an issue where after an new instance is created successfully via the UI 
and boots to linux installation ISO,
the installer errors out because there are no available hard disks to install 
the OS on.

How can I troubleshoot and resolve this?

Thanks!
Jake___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] CLI username and password prompt

2013-07-17 Thread Jake G.
Hi All,
Every time I type a command from the CLI it requires me to enter a 
username(--os-username) and password(--os-password) .

Anyway to prevent having to enter these everytime?

Thanks,
Jake___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Grizzly] Instance has no available HDD

2013-07-17 Thread Jake G.
Yeah. 
The details show there should be a 40GB disk there but there actually isn't.



 From: Haiming Yang laserjety...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Wednesday, July 17, 2013 3:19 PM
Subject: Re: [Openstack] [Grizzly] Instance has no available HDD
 


diskless VM?




On Wed, Jul 17, 2013 at 2:08 PM, Jake G. dj_dark_jungl...@yahoo.com wrote:

Hi All,


Having an issue where after an new instance is created successfully via the UI 
and boots to linux installation ISO,
the installer errors out because there are no available hard disks to install 
the OS on.


How can I troubleshoot and resolve this?


Thanks!Jake








___
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] CLI username and password prompt

2013-07-17 Thread Jake G.
What should the OS_AUTH_URL look like?|



 From: andrews...@gmail.com andrews...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Wednesday, July 17, 2013 3:23 PM
Subject: Re: [Openstack] CLI username and password prompt
 


use env vars.

export OS_PASSWORD=password
export OS_USERNAME=user
export OS_TENANT_NAME=project
export OS_AUTH_URL=url:8770/v2.0





On Wed, Jul 17, 2013 at 2:19 AM, Jake G. dj_dark_jungl...@yahoo.com wrote:

Hi All,
Every time I type a command from the CLI it requires me to enter a 
username(--os-username) and password(--os-password) .


Anyway to prevent having to enter these everytime?


Thanks,
Jake
___
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] CLI username and password prompt

2013-07-17 Thread Jake G.
OK got the URL to work but now I get the error ERROR: Invalid OpenStack Nova 
credentials

What should the default credentials be or is there a place this is stored?




 From: andrews...@gmail.com andrews...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Wednesday, July 17, 2013 3:32 PM
Subject: Re: [Openstack] CLI username and password prompt
 


Hubcap coming through with the docs... Go with the url he referenced which will 
tell you what all the possible environment variables are. 
On Jul 17, 2013 2:31 AM, andrews...@gmail.com andrews...@gmail.com wrote:

Should be something similar to:
http://(url or ip):8770/v2.0
On Jul 17, 2013 2:29 AM, Jake G. dj_dark_jungl...@yahoo.com wrote:

What should the OS_AUTH_URL look like?|




 From: andrews...@gmail.com andrews...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Wednesday, July 17, 2013 3:23 PM
Subject: Re: [Openstack] CLI username and password prompt
 


use env vars.

export OS_PASSWORD=password
export OS_USERNAME=user
export OS_TENANT_NAME=project
export OS_AUTH_URL=url:8770/v2.0





On Wed, Jul 17, 2013 at 2:19 AM, Jake G. dj_dark_jungl...@yahoo.com wrote:

Hi All,
Every time I type a command from the CLI it requires me to enter a 
username(--os-username) and password(--os-password) .


Anyway to prevent having to enter these everytime?


Thanks,
Jake
___
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp





___
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] CLI username and password prompt

2013-07-17 Thread Jake G.
Using RDO Packstack 



 From: Michael Basnight mbasni...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Cc: andrews...@gmail.com andrews...@gmail.com; 
openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Wednesday, July 17, 2013 3:48 PM
Subject: Re: [Openstack] CLI username and password prompt
 

On Jul 16, 2013, at 11:39 PM, Jake G. wrote:

 OK got the URL to work but now I get the error ERROR: Invalid OpenStack Nova 
 credentials
 
 What should the default credentials be or is there a place this is stored?

If you are using devstack you should be able to source ~/devstack/openrc, and 
it will provide what you need to run the cli commands.

. ~/devstack/openrc

See what that does for ya.___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Grizzly] Instance has no available HDD

2013-07-17 Thread Jake G.
Dont have any templates to create from yet. Was trying to make me a CentOS 6.4 
template to begin with.



 From: Haiming Yang laserjety...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Wednesday, July 17, 2013 3:48 PM
Subject: Re: [Openstack] [Grizzly] Instance has no available HDD
 


I would suggest you to create a VM not using iso, and by some template to make 
sure your logic works. 




On Wed, Jul 17, 2013 at 2:38 PM, Jake G. dj_dark_jungl...@yahoo.com wrote:

Yeah i am using the default m1.medium.




 From: Haiming Yang laserjety...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Wednesday, July 17, 2013 3:34 PM

Subject: Re: [Openstack] [Grizzly] Instance has no available HDD
 


can you check the flavor you are using?




On Wed, Jul 17, 2013 at 2:21 PM, Jake G. dj_dark_jungl...@yahoo.com wrote:

Yeah. 
The details show there should be a 40GB disk there but there actually isn't.




 From: Haiming Yang laserjety...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Wednesday, July 17, 2013 3:19 PM
Subject: Re: [Openstack] [Grizzly] Instance has no available HDD
 


diskless VM?




On Wed, Jul 17, 2013 at 2:08 PM, Jake G. dj_dark_jungl...@yahoo.com wrote:

Hi All,


Having an issue where after an new instance is created successfully via the 
UI and boots to linux installation ISO,
the installer errors out because there are no available hard disks to 
install the OS on.


How can I troubleshoot and resolve this?


Thanks!Jake








___
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp





___
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp




___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] CLI username and password prompt

2013-07-17 Thread Jake G.
Got it! Forgot about that file. 
Thank you very much !




 From: Michael Basnight mbasni...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Cc: andrews...@gmail.com andrews...@gmail.com; 
openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Wednesday, July 17, 2013 3:55 PM
Subject: Re: [Openstack] CLI username and password prompt
 


On Jul 16, 2013, at 11:48 PM, Jake G. wrote:

 Using RDO Packstack 

From http://openstack.redhat.com/Quickstart

Once the process is complete, you can log in to the OpenStack web interface 
Horizon by going tohttp://$YOURIP/dashboard. The username is admin. The 
password can be found in the file keystonerc_admin in the /root/ directory of 
the control node.___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Grizzly] Instance has no available HDD

2013-07-17 Thread Jake G.
Any other suggestions? 

Where should the HDD file of the instance exist on the server? Can I confirm 
its there or not?

Thanks!




 From: laserjetyang laserjety...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Wednesday, July 17, 2013 3:53 PM
Subject: Re: [Openstack] [Grizzly] Instance has no available HDD
 


try to follow this link to upload an image to your glance, and the create 
instance based on this image.

http://docs.openstack.org/grizzly/openstack-compute/install/apt/content/images-verifying-install.html




On Wed, Jul 17, 2013 at 2:50 PM, Jake G. dj_dark_jungl...@yahoo.com wrote:

Dont have any templates to create from yet. Was trying to make me a CentOS 6.4 
template to begin with.




 From: Haiming Yang laserjety...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Wednesday, July 17, 2013 3:48 PM

Subject: Re: [Openstack] [Grizzly] Instance has no available HDD
 


I would suggest you to create a VM not using iso, and by some template to make 
sure your logic works. 




On Wed, Jul 17, 2013 at 2:38 PM, Jake G. dj_dark_jungl...@yahoo.com wrote:

Yeah i am using the default m1.medium.




 From: Haiming Yang laserjety...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Wednesday, July 17, 2013 3:34 PM

Subject: Re: [Openstack] [Grizzly] Instance has no available HDD
 


can you check the flavor you are using?




On Wed, Jul 17, 2013 at 2:21 PM, Jake G. dj_dark_jungl...@yahoo.com wrote:

Yeah. 
The details show there should be a 40GB disk there but there actually isn't.




 From: Haiming Yang laserjety...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Wednesday, July 17, 2013 3:19 PM
Subject: Re: [Openstack] [Grizzly] Instance has no available HDD
 


diskless VM?




On Wed, Jul 17, 2013 at 2:08 PM, Jake G. dj_dark_jungl...@yahoo.com wrote:

Hi All,


Having an issue where after an new instance is created successfully via the 
UI and boots to linux installation ISO,
the installer errors out because there are no available hard disks to 
install the OS on.


How can I troubleshoot and resolve this?


Thanks!Jake








___
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp





___
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp







___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Grizzly] Instance has no available HDD

2013-07-17 Thread Jake G.
After looking at the linvirt.xml file for the instance I notice there is not a 
device for HDD only for a cdrom.

CDROM:
disk type=file device=cdrom
      driver name=qemu type=qcow2 cache=none/
      source file=/var/lib/nova/instances/instance ID/disk/
      target bus=ide dev=hda/
/disk

I wonder why this isn't being generated?

Thanks,
Jake






 From: laserjetyang laserjety...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Wednesday, July 17, 2013 4:16 PM
Subject: Re: [Openstack] [Grizzly] Instance has no available HDD
 


the file should be in /var/nova/instance or somewhere similar to store your VM 
files.




On Wed, Jul 17, 2013 at 3:06 PM, Jake G. dj_dark_jungl...@yahoo.com wrote:

Any other suggestions? 


Where should the HDD file of the instance exist on the server? Can I confirm 
its there or not?


Thanks!






 From: laserjetyang laserjety...@gmail.com

To: Jake G. dj_dark_jungl...@yahoo.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Wednesday, July 17, 2013 3:53 PM

Subject: Re: [Openstack] [Grizzly] Instance has no available HDD
 


try to follow this link to upload an image to your glance, and the create 
instance based on this image.

http://docs.openstack.org/grizzly/openstack-compute/install/apt/content/images-verifying-install.html




On Wed, Jul 17, 2013 at 2:50 PM, Jake G. dj_dark_jungl...@yahoo.com wrote:

Dont have any templates to create from yet. Was trying to make me a CentOS 6.4 
template to begin with.




 From: Haiming Yang laserjety...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Wednesday, July 17, 2013 3:48 PM

Subject: Re: [Openstack] [Grizzly] Instance has no available HDD
 


I would suggest you to create a VM not using iso, and by some template to 
make sure your logic works. 




On Wed, Jul 17, 2013 at 2:38 PM, Jake G. dj_dark_jungl...@yahoo.com wrote:

Yeah i am using the default m1.medium.




 From: Haiming Yang laserjety...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Wednesday, July 17, 2013 3:34 PM

Subject: Re: [Openstack] [Grizzly] Instance has no available HDD
 


can you check the flavor you are using?




On Wed, Jul 17, 2013 at 2:21 PM, Jake G. dj_dark_jungl...@yahoo.com wrote:

Yeah. 
The details show there should be a 40GB disk there but there actually isn't.




 From: Haiming Yang laserjety...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Wednesday, July 17, 2013 3:19 PM
Subject: Re: [Openstack] [Grizzly] Instance has no available HDD
 


diskless VM?




On Wed, Jul 17, 2013 at 2:08 PM, Jake G. dj_dark_jungl...@yahoo.com wrote:

Hi All,


Having an issue where after an new instance is created successfully via 
the UI and boots to linux installation ISO,
the installer errors out because there are no available hard disks to 
install the OS on.


How can I troubleshoot and resolve this?


Thanks!Jake








___
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp





___
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp











___
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Grizzly] Instance has no available HDD

2013-07-17 Thread Jake G.
Yeah i am using the default m1.medium.



 From: Haiming Yang laserjety...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Wednesday, July 17, 2013 3:34 PM
Subject: Re: [Openstack] [Grizzly] Instance has no available HDD
 


can you check the flavor you are using?




On Wed, Jul 17, 2013 at 2:21 PM, Jake G. dj_dark_jungl...@yahoo.com wrote:

Yeah. 
The details show there should be a 40GB disk there but there actually isn't.




 From: Haiming Yang laserjety...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Wednesday, July 17, 2013 3:19 PM
Subject: Re: [Openstack] [Grizzly] Instance has no available HDD
 


diskless VM?




On Wed, Jul 17, 2013 at 2:08 PM, Jake G. dj_dark_jungl...@yahoo.com wrote:

Hi All,


Having an issue where after an new instance is created successfully via the 
UI and boots to linux installation ISO,
the installer errors out because there are no available hard disks to install 
the OS on.


How can I troubleshoot and resolve this?


Thanks!Jake








___
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp





___
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Grizzly] Instance has no available HDD

2013-07-17 Thread Jake G.
No i am saying the code for a HDD device is not in the libvirt.xml only cdrom












 From: Marten Vijn i...@martenvijn.nl
To: Jake G. dj_dark_jungl...@yahoo.com 
Sent: Wednesday, July 17, 2013 5:20 PM
Subject: Re: [Openstack] [Grizzly] Instance has no available HDD
 

On 07/17/2013 10:16 AM, Jake G. wrote:
       source file=/var/lib/nova/instances/instance ID/disk/
maybe-quotes?^---^

cheers Marten___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] [Grizzly-Cinder] Cannot create volume over 10GB

2013-07-17 Thread Jake G.
Hi all!

I am unable to create a volume bigger than 10GB or a combinatino of volumes 
totaling bigger than 10GB.

I have 1TB of space to use.

Any ideas?  ___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Grizzly] Instance has no available HDD

2013-07-17 Thread Jake G.
Makes a little sence but, If this is the case then how do you create your first 
instance and install a OS on it?




 From: laserjetyang laserjety...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Wednesday, July 17, 2013 6:52 PM
Subject: Re: [Openstack] [Grizzly] Instance has no available HDD
 


In my understanding, the iso in the template is for liveCD style, so there is 
no hard drive file created. 

On Wednesday, July 17, 2013, Jake G.  wrote:

No i am saying the code for a HDD device is not in the libvirt.xml only cdrom





















 From: Marten Vijn i...@martenvijn.nl
To: Jake G. dj_dark_jungl...@yahoo.com 
Sent: Wednesday, July 17, 2013 5:20 PM
Subject: Re: [Openstack] [Grizzly] Instance has no available HDD
 

On 07/17/2013 10:16 AM, Jake G. wrote:
       source file=/var/lib/nova/instances/instance ID/disk/
maybe-quotes?^---^

cheers Marten


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Grizzly-Cinder] Cannot create volume over 10GB

2013-07-17 Thread Jake G.
Here is my LVM partition for cinder:

  --- Physical volume ---
  PV Name               /dev/loop0
  VG Name               cinder-volumes
  PV Size               20.00 GiB / not usable 4.00 MiB
  Allocatable           yes 
  PE Size               4.00 MiB
  Total PE              5119
  Free PE               5119
  Allocated PE          0
  PV UUID               S9357z-IqRI-6JZa-TCiu-8fFg-rZZ6-jcQjLW


How can I increase the size or even better use a NFS server to hold cinder 
volumes?

Thanks



 From: laserjetyang laserjety...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Sent: Wednesday, July 17, 2013 7:06 PM
Subject: Re: [Openstack] [Grizzly-Cinder] Cannot create volume over 10GB
 


Your LVM is less than 10g

On Wednesday, July 17, 2013, Jake G.  wrote:

Hi all!


I am unable to create a volume bigger than 10GB or a combinatino of volumes 
totaling bigger than 10GB.


I have 1TB of space to use.


Any ideas?  ___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] How to Install OpenStack ???????????

2013-07-12 Thread Jake G.
Hi All, I have been struggling with installing Openstack for the past 2 weeks 
and I am about to rip my own hair out.

rant
Does anyone have installation instructions that a human being can actually 
understand and follow? I am usually pretty good at installing new tech but 
OpenStack is the most convoluted environment (even worse documentation) I have 
ever come in contact with (Worse than IBM software). The advanced install and 
config of CloudStack 4.1 is a breeze compare to Openstack. Was this made to 
purposely line the pockets of Openstack deployment consulting companies? 
Openstack might be great but no one will know because its impossible to deploy. 
/rant

I`m sure I am not the only one who feels this way. I would appreciate any help 
anyone can give. Someones blog, other installation methods, anything

Thank you very much___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] How to Install OpenStack ???????????

2013-07-12 Thread Jake G.
Hi Mark,

Thanks for your reply. I have about 3 physical rack servers and practically 
unlimited virtual machines.
Right now I only need a test environment. I was thinking one physical server 
that will house and power openstack instances and virtual for all the other 
roles.

How does that sound? What is your recommended setup?

Best,
Jake 





 From: Mark Baker mark.ba...@canonical.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Sent: Friday, July 12, 2013 6:05 PM
Subject: Re: [Openstack] How to Install OpenStack ???
 


On 12/07/13 07:58, Jake G. wrote:

Hi All, I have been struggling with installing Openstack for the past 2 weeks 
and I am about to rip my own hair out.


rant
Does anyone have installation instructions that a human being can actually 
understand and follow? I am usually pretty good at installing new tech but 
OpenStack is the most convoluted environment (even worse documentation) I have 
ever come in contact with (Worse than IBM software). The advanced install and 
config of CloudStack 4.1 is a breeze compare to Openstack. Was this made to 
purposely line the pockets of Openstack deployment consulting companies? 
Openstack might be great but no one will know because its impossible to 
deploy. 
/rant


I`m sure I am not the only one who feels this way. I would appreciate any help 
anyone can give. Someones blog, other installation methods, anything
How many servers do you have?

Instructions for using the Ubuntu packaging are at:

http://www.ubuntu.com/download/cloud/install-ubuntu-cloud

There are different options depending on if it is for test or real
world deployment and the number of servers you have.


Mark





Thank you very much






___
Mailing list: https://launchpad.net/~openstack Post to : 
openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack 
More help   : https://help.launchpad.net/ListHelp ___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] How to Install OpenStack ???????????

2013-07-12 Thread Jake G.
Thanks everyone for your help and encouragement! A lot of great suggestions and 
I really appreciate them all.

It's had been hard to wrap my head around the many different ways to deploy 
openstack. Reading every method has confused me even more.

I will give some of these a try next week and hopefully I will be successful. 

Thanks again,
Jake 




On 2013/07/13, at 7:08, Stefano Maffulli stef...@openstack.org wrote:

 On 07/11/2013 11:58 PM, Jake G. wrote:
 rant
 Does anyone have installation instructions that a human being can
 actually understand and follow?
 
 Hi Jake, I think I understand what you're going through: the pain you're
 reporting is unfortunately known and not rare.
 
 The documentation team is aware that the installation instructions are
 in urgent need for attention. The reasons for this technical debt is
 that the documentation team has given priority to documenting the
 general aspects of OpenStack. Writing an installation guide that is
 general/generic for all sorts of possible combinations is too
 complicated, so that task was given lower priority (the books like
 Operations Guide and Security Guide were given higher priority, in case
 you asked).
 
 So, while knowing this won't help you ease your pain, I hope it sheds
 some light on the reasons why the official installation documentation is
 behind the rest of the docs.
 
 To close the technical debt, Anne and the rest of the documentation team
 will be working on a set of *opinionated* install guides. Acknowledging
 that installing a complex system like OpenStack is (ahem) complex, what
 makes it simpler is to make assumptions that reduce the variables. The
 reasons why you see so many blog posts, small install guides, etc is
 that these make assumptions to reduce the number of variables like: do I
 use one or three or more nodes? nova network or neutron? swift? how to
 configure keystone auth? what networking topology? where do I put the
 dashboard? how about HA? etc
 
 This is a call to anybody interested in documenting OpenStack
 installation: join the documentation team and contribute your expertise
 to write an *opinionated* guide to install OpenStack. It won't be the
 ultimate guide to install OpenStack in all possible scenarios but it
 will be a way to start.
 
 https://wiki.openstack.org/wiki/Documentation
 https://wiki.openstack.org/wiki/Documentation/HowTo
 
 thanks
 stef
 
 -- 
 Ask and answer questions on https://ask.openstack.org

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Add KVM to Openstack Grizzly

2013-07-08 Thread Jake G.
Hi All,

Installed Openstack on one node via the RDO installation method.

I am trying to add a KVM hypervisor to Openstack but do not see how this is 
done.
I looked at this documentation but it doesnt have instructions on how to 
connect to the KVM host.
http://docs.openstack.org/trunk/openstack-compute/install/yum/content/kvm.html


How is this done?

Thank you!___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] How to Setup Networking for single node installation with 3 NICs

2013-07-01 Thread Jake G.
Hi all,

I just finished installing Grizzly on one node (CentOS 6.4) via the RDO method. 
I have 3 NICs on the single node installation and would like to configure 
Openstack networking in the following way:

NIC1 - Management  Storage Network 192.168.1.0/32 
NIC2 - Public Network 45.65.110.0/32 
NIC3 - Private Network 10.10.4.0/32 (These are fake IP ranges for my example)

How can I configure Openstack this way? What part do I need to modify? 
Documentation links would be very helpful.
I am having a really hard time putting each part together.Thank you for your 
help!

Jake___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Grizzly- Add NFS server to store all Instances and templates

2013-06-20 Thread Jake G.
Hi all,

I just finshed installing Grizzly on one node (CentOS 6.4) via the RDO method. 
I would like to add a primary NFS server to store all Objects, Instances and 
templates. How can I do this? 
Documentation links would be very helpful.

Thanks!
Jake___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Grizzly- Configure networking on a single node installation with 3 NICs

2013-06-20 Thread Jake G.
Hi all,



I just finished installing Grizzly on one node (CentOS 6.4) via the RDO method. 
I have 3 NICs on the single node installation and would like to configure 
Openstack networking in the following way:

NIC1 - Management  Storage Network 192.168.1.0/32
NIC2 - Public Network 45.65.110.0/32 
NIC3 - Private Network 10.10.4.0/32
(These are fake IP ranges for my example)


How can I configure Openstack this way?
Documentation links would be very helpful.

I am having a really hard time putting each part together.Thank you for your 
help!

Jake
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Grizzly + vmware post installation

2013-06-18 Thread Jake G.
Hi all,

I have installed Openstack grizzly on one node (centos 6.4). I want to use my 
ESXi hosts and vcenter. Now what do I do?

I do not see any post-installation guides anywhere. I can access the dashboard 
but there are no options to configure the infrastructure.
How is this done?

Thank you,
Jake___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Grizzly + vmware post installation

2013-06-18 Thread Jake G.
Thanks for the quick response. You must be in Japan also.

I followed the doc you provided already. Now what? Is there anyway to confirm 
the connection is working?
I still need to configure networking, network storage, etc.. but cannot find 
anything related to this. any ideas?


Thanks,
Jake







 From: Masaki Mizumoto mizumoto...@gmail.com
To: Jake G. dj_dark_jungl...@yahoo.com 
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net 
Sent: Tuesday, June 18, 2013 4:17 PM
Subject: Re: [Openstack] Grizzly + vmware post installation
 

Hi, 

You should see the below manual and use VCDriver. After that you might hit some 
issue so it will be needed refer launch pad as well.

http://docs.openstack.org/trunk/openstack-compute/admin/content/vmware.html


Thanks,

masaki mizumoto


On 2013/06/18, at 16:09, Jake G. dj_dark_jungl...@yahoo.com wrote:

 Hi all,
 
 I have installed Openstack grizzly on one node (centos 6.4). I want to use my 
 ESXi hosts and vcenter. Now what do I do?
 
 I do not see any post-installation guides anywhere. I can access the 
 dashboard but there are no options to configure the infrastructure.
 How is this done?
 
 Thank you,
 Jake
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to     : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Grizzly post-installation setup

2013-06-18 Thread Jake G.
Hi all,

Could someone please direct me to how to setup Networking, Storage, templates, 
etc.|
I have installed openstack on a single node (CentOS 6.4) using Packstack.
I can only access the GUI and have no idea how to setup the underlying 
infrastructure.

Thanks,
Jake___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Grizzly post-installation setup

2013-06-18 Thread Jake G.
Something a bit more specific? 

I am very capable if using google as well. 
Plus the openstack documentation is like reading 
Chinese to me. Jumps all over the place also.


On 2013/06/18, at 22:19, Matt Riedemann mrie...@us.ibm.com wrote:

 http://docs.openstack.org/ 
 
 
 
 Thanks, 
 
 MATT RIEDEMANN
 Advisory Software Engineer
 Cloud Solutions and OpenStack Development
 Phone: 1-507-253-7622 | Mobile: 1-507-990-1889
 E-mail: mrie...@us.ibm.com
 mime-attachment.gif
 
 3605 Hwy 52 N
 Rochester, MN 55901-1407
 United States
 
 
 
 
 
 From:Jake G. dj_dark_jungl...@yahoo.com 
 To:openstack@lists.launchpad.net openstack@lists.launchpad.net, 
 Date:06/18/2013 05:30 AM 
 Subject:[Openstack] Grizzly post-installation setup 
 Sent by:Openstack 
 openstack-bounces+mriedem=us.ibm@lists.launchpad.net 
 
 
 
 Hi all, 
 
 Could someone please direct me to how to setup Networking, Storage, 
 templates, etc.| 
 I have installed openstack on a single node (CentOS 6.4) using Packstack. 
 I can only access the GUI and have no idea how to setup the underlying 
 infrastructure. 
 
 Thanks, 
 Jake 
  ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp
 
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp