[Openstack] [Quantum] Floodlight plugin: request for doc assistance

2013-05-12 Thread Lorin Hochstein
been successful with Floodlight and could help complete this, please let me know. Once this is working, I can transfer it to the DocBook docs. Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com ___ Mailing

Re: [Openstack] Quantum conceptual question (bridges)

2013-05-07 Thread Lorin Hochstein
I think this point must be listed in the limitations page of the OpenStack Networking Admin guide http://docs.openstack.org/grizzly/openstack-network/admin/content/ch_limitations.html Édouard. On Tue, May 7, 2013 at 2:46 AM, Lorin Hochstein lo...@nimbisservices.comwrote: I'm trying to wrap

[Openstack] Quantum conceptual question (bridges)

2013-05-06 Thread Lorin Hochstein
a single openvswitch bridge, or was it because using the dual-bridge approach simplified the implementation, or was there some other reason? Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com ___ Mailing

Re: [Openstack] How to integrate Cloudsim

2013-05-01 Thread Lorin Hochstein
;-) -- Thanks Harry Wei ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp -- Lorin Hochstein Lead Architect

[Openstack] Should we discourage KVM block-based live migration?

2013-04-24 Thread Lorin Hochstein
to verify that this was still the case. What's the state of block-based live migration with KVM? Should we say be dissuading people from using it, or is it reasonable for people to use it? Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com

Re: [Openstack] Should we discourage KVM block-based live migration?

2013-04-24 Thread Lorin Hochstein
On Wed, Apr 24, 2013 at 11:59 AM, Daniel P. Berrange d...@berrange.comwrote: On Wed, Apr 24, 2013 at 11:48:35AM -0400, Lorin Hochstein wrote: In the docs, we describe how to configure KVM block-based live migration, and it has the advantage of avoiding the need for shared storage

Re: [Openstack] Grizzly release notes and the never-ending image-cache-manager issue

2013-04-09 Thread Lorin Hochstein
On Thu, Apr 4, 2013 at 4:45 PM, Michael Still mi...@stillhq.com wrote: On Fri, Apr 5, 2013 at 7:20 AM, Lorin Hochstein lo...@nimbisservices.com wrote: Michael (et al): The Grizzly release notes https://wiki.openstack.org/wiki/ReleaseNotes/Grizzly say: The image-cache-manager has

[Openstack] Grizzly release notes and the never-ending image-cache-manager issue

2013-04-04 Thread Lorin Hochstein
in your nova.conf file on your compute nodes to revert this behaviour. My understanding was that in Grizzly, this wasn't an issue since shared storage was automatically detected (e.g. https://bugs.launchpad.net/nova/+bug/1075018) Is it safe to zap this from the release notes? Lorin -- Lorin

Re: [Openstack] DHCP lease not accepted when libvirt_use_virtio_for_bridges=true

2013-04-03 Thread Lorin Hochstein
On Fri, Mar 22, 2013 at 11:55 PM, Lorin Hochstein lo...@nimbisservices.comwrote: On Thu, Mar 21, 2013 at 12:00 PM, Vishvananda Ishaya vishvana...@gmail.com wrote: Well phooey: 987 if network_ref['multi_host']: 988 _add_dhcp_mangle_rule(dev) The mangle rule is only added

Re: [Openstack] Forcing a VM to a specific node in grizzly

2013-03-31 Thread Lorin Hochstein
, Lorin Hochstein lo...@nimbisservices.com wrote: I see that in grizzly an admin can use a scheduler hint to force a VM to launch on a particular host, e.g.: nova boot --image 1 --flavor 2 --key_name test --hint force_hosts=server2 my-first-server (from: http://docs.openstack.org/trunk

Re: [Openstack] Forcing a VM to a specific node in grizzly

2013-03-31 Thread Lorin Hochstein
still works in grizzly. Vish On Mar 30, 2013, at 6:42 PM, Lorin Hochstein lo...@nimbisservices.com wrote: I see that in grizzly an admin can use a scheduler hint to force a VM to launch on a particular host, e.g.: nova boot --image 1 --flavor 2 --key_name test --hint force_hosts=server2 my

[Openstack] Forcing a VM to a specific node in grizzly

2013-03-30 Thread Lorin Hochstein
I see that in grizzly an admin can use a scheduler hint to force a VM to launch on a particular host, e.g.: nova boot --image 1 --flavor 2 --key_name test --hint force_hosts=server2 my-first-server (from:

Re: [Openstack] nova-compute and querying keystone for glance endpoint

2013-03-22 Thread Lorin Hochstein
On Wed, Mar 20, 2013 at 12:12 AM, Nathanael Burton nathanael.i.bur...@gmail.com wrote: On Mar 19, 2013 11:56 PM, Lorin Hochstein lo...@nimbisservices.com wrote: OK, so I'm not crazy, that means that I really do need to do something like: glance_api_servers=192.168.206.130:9292

Re: [Openstack] DHCP lease not accepted when libvirt_use_virtio_for_bridges=true

2013-03-22 Thread Lorin Hochstein
a different issue. BTW: iptables -D POSTROUTING -t mangle -p udp --dport 68 -j CHECKSUM --checksum-fill that should be -A not -D D'oh! I'll make sure that's correct when I do the testing. Lorin Vish On Mar 20, 2013, at 1:43 PM, Lorin Hochstein lo...@nimbisservices.com wrote

[Openstack] DHCP lease not accepted when libvirt_use_virtio_for_bridges=true

2013-03-20 Thread Lorin Hochstein
change this setting on the compute hosts in /etc/nova/nova.conf libvirt_use_virtio_for_bridges=true to: libvirt_use_virtio_for_bridges=false Anybody know what would cause this? I'm on Ubuntu 12.04 with the cloud-archive packages, with KVM as the hypervisor Lorin -- Lorin Hochstein Lead

Re: [Openstack] DHCP lease not accepted when libvirt_use_virtio_for_bridges=true

2013-03-20 Thread Lorin Hochstein
On Wed, Mar 20, 2013 at 4:15 PM, Nathanael Burton nathanael.i.bur...@gmail.com wrote: On Wed, Mar 20, 2013 at 3:51 PM, Lorin Hochstein lo...@nimbisservices.com wrote: I'm doing a Folsom deployment with FlatDHCP (not multihost). When I try to boot a quantal image, the instance doesn't pick

[Openstack] nova-compute and querying keystone for glance endpoint

2013-03-19 Thread Lorin Hochstein
, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help

Re: [Openstack] nova-compute and querying keystone for glance endpoint

2013-03-19 Thread Lorin Hochstein
On Tue, Mar 19, 2013 at 11:51 PM, Nathanael Burton nathanael.i.bur...@gmail.com wrote: On Tue, Mar 19, 2013 at 11:39 PM, Lorin Hochstein lo...@nimbisservices.com wrote: Hi All: I was doing a Folsom deployment from scratch, and when I tried to launch an instance my compute host failed

[Openstack] OpenStack Operations Guide

2013-03-05 Thread Lorin Hochstein
the community finds this a useful resource. Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe

Re: [Openstack] What is the typical way to deploy OpenStack Compute with ESXi

2013-01-08 Thread Lorin Hochstein
, 2013, at 8:25 PM, Lorin Hochstein lo...@nimbisservices.com wrote: Sean: I'd like to add this to the documentation on that page. Can you describe in more detail why you recommend installing nova-compute on a VM hosted on the ESXi that nova compute manages? Lorin On Fri, Jan 4, 2013 at 10

Re: [Openstack] swift -- object layout on storage

2013-01-05 Thread Lorin Hochstein
: https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack

Re: [Openstack] [nova] python-novaclient 2.10.0 released

2012-12-31 Thread Lorin Hochstein
==2.10.0 $ nova help cloudpipe-update ERROR: 'cloudpipe-update' is not a valid subcommand Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com ___ Mailing list: https://launchpad.net/~openstack Post

Re: [Openstack] Getting Trusted Compute Pools working in Open Stack Folsom

2012-11-22 Thread Lorin Hochstein
=nova.scheduler.filters.standard_filters scheduler_available_filters=nova.scheduler.filters.trusted_filter scheduler_default_filters=AvailabilityZoneFilter,RamFilter,ComputeFilter,TrustedFilter However, if this isn't right, somebody let me know and I'll fix it in the docs. Take care, Lorin -- Lorin Hochstein Lead

Re: [Openstack] Enabling logging in keystone.

2012-10-04 Thread Lorin Hochstein
keystone-init.py script useful and wants to move it into an official OpenStack repository like the keystone repo, I would be supportive of that. Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com Cheers, Alan

Re: [Openstack] multi_host sample nova.conf files?

2012-08-14 Thread Lorin Hochstein
/openstack-compute/admin/content/existing-ha-networking-options.html#d6e6509 Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com ___ Mailing list: https://launchpad.net/~openstack Post

Re: [Openstack] inter-tenant and VM-to-bare-metal communication policies/restrictions.

2012-08-14 Thread Lorin Hochstein
/openstack-compute/admin/content/compute-options-reference.html#d6e3133 Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com ___ Mailing list: https://launchpad.net/~openstack Post

Re: [Openstack] Does glance-scrubber.conf require sql_connection?

2012-08-13 Thread Lorin Hochstein
On Aug 13, 2012, at 11:33 AM, Jay Pipes jaypi...@gmail.com wrote: On 08/12/2012 10:12 PM, Lorin Hochstein wrote: Doc question: Does glance-scrubber require sql_connection? The Install and Deploy Guide specifies the sql_connection parameter http://docs.openstack.org/essex/openstack-compute

Re: [Openstack] Does glance-scrubber.conf require sql_connection?

2012-08-13 Thread Lorin Hochstein
On Aug 13, 2012, at 1:52 PM, Jay Pipes jaypi...@gmail.com wrote: On 08/13/2012 01:45 PM, Lorin Hochstein wrote: On Aug 13, 2012, at 11:33 AM, Jay Pipes jaypi...@gmail.com wrote: On 08/12/2012 10:12 PM, Lorin Hochstein wrote: Doc question: Does glance-scrubber require sql_connection

[Openstack] Documenting libvirt live migration

2012-08-12 Thread Lorin Hochstein
on the mailing list: http://www.mail-archive.com/openstack@lists.launchpad.net/msg15296.html Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com ___ Mailing list: https://launchpad.net/~openstack

[Openstack] Does glance-scrubber.conf require sql_connection?

2012-08-12 Thread Lorin Hochstein
queries against the database. Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net

Re: [Openstack] Nova ignores nova.conf

2012-08-11 Thread Lorin Hochstein
, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More

Re: [Openstack] Is it ok to post a job here?

2012-08-10 Thread Lorin Hochstein
; on the other hand, I didn't find any job postings in the archives either. So I figured I better ask first :) The place to post OpenStack-related jobs is the OpenStack Job Board: http://www.openstack.org/community/jobs/ Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis

Re: [Openstack] Hiding complexity of paste config files from operators

2012-08-01 Thread Lorin Hochstein
On Jul 30, 2012, at 9:48 AM, Adam Young ayo...@redhat.com wrote: On 07/30/2012 05:12 AM, Thierry Carrez wrote: Lorin Hochstein wrote: I wanted to discuss the usability of the paste config files from an operator's point of view. The paste config files are opaque to administrators who

Re: [Openstack] Instance stuck in deleting state with error

2012-08-01 Thread Lorin Hochstein
standard Ubuntu repository versions (essex). -Jon I believe pip gets it from PyPI: http://pypi.python.org/pypi/python-novaclient/ I'm not sure how often PyPI gets updated, but I don't think it's on every commit to trunk. Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services

Re: [Openstack] Instance stuck in deleting state with error

2012-08-01 Thread Lorin Hochstein
for resetting an instance to the error state? Is the idea to do: nova reset-state instance nova delete instance Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com smime.p7s Description: S/MIME cryptographic signature

Re: [Openstack] [glance] legacy client removal and python-glanceclient

2012-07-31 Thread Lorin Hochstein
/1031578. Is there any current documentation on this, or is it just the output of glance help? Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com ___ Mailing list: https://launchpad.net/~openstack

[Openstack] Hiding complexity of paste config files from operators

2012-07-29 Thread Lorin Hochstein
, and instead make it more like editing the .conf files? For example, could the paste.ini files be generated from the corresponding .conf file as needed? Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com

Re: [Openstack] [nova] Specifying Schedule Filters Per Request?

2012-07-22 Thread Lorin Hochstein
Jon: I don't think this is possible. As far as I know, in a request, all you can do is pass hints to existing filters. Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com On Jul 21, 2012, at 11:48 PM, Jonathan Proulx wrote

Re: [Openstack] Weird nova-network bridging problem with precise/essex

2012-07-22 Thread Lorin Hochstein
care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More

Re: [Openstack] [HPC] BoF at SC12

2012-07-22 Thread Lorin Hochstein
at OSCON about their use of OpenStack on HPC http://www.oscon.com/oscon2012/public/schedule/detail/24261 (There are some good slides attached to that web page) Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com

Re: [Openstack] OVF vs. bare container formats for qcow2 images

2012-07-08 Thread Lorin Hochstein
/xenserver/xenapi/etc/xapi.d/plugins/glance#L365 Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com On Jul 5, 2012, at 11:22 AM, Paul Voccio wrote: Lorin, We've been using OVA packages since the beginning. I believe

Re: [Openstack] OVF vs. bare container formats for qcow2 images

2012-07-03 Thread Lorin Hochstein
On Jun 29, 2012, at 9:53 PM, Adam Young wrote: On 04/01/2012 11:15 AM, Lorin Hochstein wrote: On Mar 29, 2012, at 12:40 PM, Daniel P. Berrange wrote: On Wed, Mar 28, 2012 at 04:41:28PM -0400, Lorin Hochstein wrote: All: Given that I have a qcow2 image from somewhere (e.g

Re: [Openstack] Problems accessing metadata service due to nova-network generated iptables rules

2012-06-24 Thread Lorin Hochstein
a REDIRECT rule. Did you ever find out what was causing the issue with your configuration? We run using multi-host (nova-api metadata service and nova-compute on every node) in VLAN mode, and our instances have no problem reaching the metadata service. Take care, Lorin -- Lorin Hochstein Lead

Re: [Openstack] Testing NOVA-OVS-Quantum setup

2012-06-23 Thread Lorin Hochstein
That guide is now linked at docs.openstack.org. Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com On Jun 20, 2012, at 7:30 AM, Joseph Suh wrote: Trinath, I found the following Quantun admin guide was useful for that purpose

Re: [Openstack-doc-core] Editing the hypervisor support matrix

2012-06-21 Thread Lorin Hochstein
I don't have an Edit (GUI) link in my interface, just an Edit (Text) link. I can save the content offline, but it's still pretty horrible to edit. Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com On Jun 19, 2012, at 5:47 PM

Re: [Openstack-doc-core] Editing the hypervisor support matrix

2012-06-21 Thread Lorin Hochstein
I use QuickCursor on OS X: http://www.hogbaysoftware.com/products/quickcursor It doesn't support too many text editors, but it works across multiple web browsers. Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com On Jun 19

Re: [Openstack] how to set individual gateway for each VLAN or Tenant network?

2012-06-12 Thread Lorin Hochstein
Cool, thanks. I'll try to get this into the docs. Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com On Jun 12, 2012, at 11:10 AM, Nathanael Burton wrote: Lorin, Diego, I wrote up a pastebin of setting up an example

Re: [Openstack] Filter Scheduler, a complete example

2012-06-11 Thread Lorin Hochstein
care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com smime.p7s Description: S/MIME cryptographic signature ___ Mailing list: https://launchpad.net/~openstack Post to : openstack

Re: [Openstack] memory allocation while creating a linux image

2012-06-11 Thread Lorin Hochstein
That will create a file called server.img in the current directory where you issued the command. Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com smime.p7s Description: S/MIME cryptographic signature

Re: [Openstack] how to set individual gateway for each VLAN or Tenant network?

2012-06-11 Thread Lorin Hochstein
. This then allows you to set custom configs by modifying the dnsmasq.conf file. This was done with VLANmanager. Are you able to share an exampleof a dnsmasq.conf file that uses tags to handle different config settings per network/VLAN? Take care, Lorin -- Lorin Hochstein Lead Architect

[Openstack-doc-core] Documenting policy.json stuff

2012-06-08 Thread Lorin Hochstein
it looks terrible in PDF because the action names are so long, I don't know how to fix that. Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com smime.p7s Description: S/MIME cryptographic signature -- Mailing list: https

Re: [Openstack] EBS-backed AMIs on nova: how?

2012-06-04 Thread Lorin Hochstein
David: I just submitted a documentation patch on how to do this: https://review.openstack.org/8134/ Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com On Apr 24, 2012, at 7:56 AM, David Wragg wrote: Hi all, The feature

Re: [Openstack] [Openstack-operators] ERROR: Malformed request url (HTTP 400)

2012-05-30 Thread Lorin Hochstein
Hi Igor: The best place to report problems with the docs is to file a bug in the openstack-manuals project on launchpad: https://bugs.launchpad.net/openstack-manuals (You'll need to create a Launchpad account to report a bug if you don't have one yet). Take care, Lorin -- Lorin Hochstein

[Openstack] Why is an image required when booting from volume

2012-05-26 Thread Lorin Hochstein
() is called regardless of whether we are booting from volume or not. What is --image used for when booting from volume? Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com smime.p7s Description: S/MIME cryptographic signature

Re: [Openstack] [Nova] Blueprint and core cleanup

2012-05-25 Thread Lorin Hochstein
idea. There was definitely some good ideas in some of those obsoleted blueprints and I'd hate for us to lose track of them simply because the project doesn't currently have the resources to tackle them. Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc

Re: [Openstack] [nova-compute] vm migration problem

2012-05-23 Thread Lorin Hochstein
On May 22, 2012, at 6:08 PM, Soren Hansen wrote: 2012/5/21 Lorin Hochstein lo...@nimbisservices.com: Has anybody ever written a script that grabs the host public key from the instance's console and updates the .ssh/config/known_hosts file accordingly, instead of throwing away host key

Re: [Openstack] confuse about keystone rule

2012-05-21 Thread Lorin Hochstein
Hi William: Some new documentation just landed that should clear things up: http://docs.openstack.org/trunk/openstack-compute/admin/content/keystone-concepts.html (Short answer: by default, only the admin role has meaning unless you edit the policy.conf files). Take care, Lorin -- Lorin

Re: [Openstack] Keystone 2012.1 - global and private endpoints

2012-05-21 Thread Lorin Hochstein
These are now in the docs: http://docs.openstack.org/trunk/openstack-compute/admin/content/keystone-concepts.html Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com On May 12, 2012, at 8:43 AM, Leandro Reox wrote: Clear

Re: [Openstack] [nova-compute] vm migration problem

2012-05-21 Thread Lorin Hochstein
Has anybody ever written a script that grabs the host public key from the instance's console and updates the .ssh/config/known_hosts file accordingly, instead of throwing away host key checking? That would be a handy little thing if it was out there. Take care, Lorin -- Lorin Hochstein Lead

Re: [Openstack] python-swiftclient in gerrit

2012-05-21 Thread Lorin Hochstein
through PyPi once it's broken out? Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net

Re: [Openstack-doc-core] How should we mark up nova-* services?

2012-05-19 Thread Lorin Hochstein
I think monospace is fine for now. In the long run think I'd like a different font (not italics/bold) to make it visually distinct from literals, but I'm not sure what would look good, and I don't want to create too much visual noise. Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud

Re: [Openstack] [openstack]create network project_id

2012-05-16 Thread Lorin Hochstein
or just for nova-manage? Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https

Re: [Openstack] Error in documentation openstack install and deploy manual

2012-05-15 Thread Lorin Hochstein
Thanks, Alessandro. I've proposed a doc fix for these issues here: https://review.openstack.org/7442 Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com On May 15, 2012, at 9:32 AM, Alessandro Tagliapietra wrote: I tried

Re: [Openstack] Problem with attaching disks to an instance

2012-05-15 Thread Lorin Hochstein
. Is this a bug? Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https

Re: [Openstack] Dhcp lease errors in vlan mode

2012-05-14 Thread Lorin Hochstein
, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More

Re: [Openstack] Keystone 2012.1 - global and private endpoints

2012-05-12 Thread Lorin Hochstein
Unfortunately, It isn't in the docs yet. :( I'm hoping to find some time to add this to the docs in the next few days. Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com On May 12, 2012, at 8:43 AM, Leandro Reox wrote: Clear

Re: [Openstack] [OpenStack][Keystone] Blueprint to store quota data in Keystone

2012-05-12 Thread Lorin Hochstein
to use json in the CLI for complex operations, I would recommend reading the json from stdin rather than passing it as a command-line flag. This means users could do either: echo {'key': 'value'} | keystone … or: keystone … batch.json Take care, Lorin -- Lorin Hochstein Lead Architect

Re: [Openstack] Keystone client, user belongs to many tenants?

2012-05-10 Thread Lorin Hochstein
. Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com On May 10, 2012, at 3:50 AM, Dolph Mathews wrote: +1 The second way to accomplish this is exactly what keystone currently supports (explicit role grants), which didn't change

Re: [Openstack] dimenssion of vnc console window

2012-05-09 Thread Lorin Hochstein
are: width=1280 height=900 Regards, Gabriel Thanks, Gabriel. I proposed adding this info to the docs: https://review.openstack.org/7278 Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com

Re: [Openstack] Keystone client, user belongs to many tenants?

2012-05-09 Thread Lorin Hochstein
: ad...@example.com, tenantId: d1506184877a449a91fc6adcb553ad97}') (HTTP 409) Is this supposed to happen? Is the client supposed to send back this much info also (hashed password??) :-P Not sure about this one. Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis

[Openstack-doc-core] Backporting doc fixes to essex

2012-05-08 Thread Lorin Hochstein
it? If so, how do we keep doc fixes from slipping through the cracks for authors who don't realize they need to submit a second merge proposal to stable/essex? Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com smime.p7s Description

[Openstack] OpenStack support: KVM vs. QEMU

2012-05-08 Thread Lorin Hochstein
support matrix wiki page http://wiki.openstack.org/HypervisorSupportMatrix has no specific information on OpenStack features supported by KVM but not QEMU Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com smime.p7s Description: S

Re: [Openstack] (no subject)

2012-05-08 Thread Lorin Hochstein
-- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com smime.p7s Description: S/MIME cryptographic signature ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe

Re: [Openstack-doc-core] Documentation accuracy rating

2012-05-06 Thread Lorin Hochstein
wouldn't spend much time looking at the report... Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com On May 4, 2012, at 10:00 AM, Anne Gentle wrote: Hi all - Not a silly idea at all. We've had a request to the doc tools team

Re: [Openstack] Compute State Machine diagram ... (orchestration? docs?)

2012-05-06 Thread Lorin Hochstein
I added these to the Nova developer docs here: https://review.openstack.org/7177 Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com On May 3, 2012, at 8:26 PM, Sandy Walsh wrote: Even better, here's the Open/LibreOffice Impress

Re: [Openstack] heads up regarding keystone dev venv on an Ubuntu VM (VirtualBox)

2012-05-04 Thread Lorin Hochstein
/93d0821220dbe483bd1d129969ac18d914901bb4 Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com On May 4, 2012, at 12:59 PM, Duncan McGreggor wrote: Updates: * Doug Hellmann narrowed this down to the network access that was happening with pip

Re: [Openstack-doc-core] Documentation accuracy rating

2012-05-03 Thread Lorin Hochstein
of that, though). Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com smime.p7s Description: S/MIME cryptographic signature -- Mailing list: https://launchpad.net/~openstack-doc-core Post to : openstack-doc-core@lists.launchpad.net

[Openstack] [client] Where will client API libraries live?

2012-05-02 Thread Lorin Hochstein
libraries? * not directly, abstract out common ancestor classes If that's the case, where are the client API libraries going to live? Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com smime.p7s Description: S/MIME cryptographic

Re: [Openstack-doc-core] Welcome to doc-core Russell Bryant!

2012-04-30 Thread Lorin Hochstein
care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com smime.p7s Description: S/MIME cryptographic signature -- Mailing list: https://launchpad.net/~openstack-doc-core Post to : openstack-doc-core@lists.launchpad.net Unsubscribe : https

Re: [Openstack] Using Foreign Keys

2012-04-28 Thread Lorin Hochstein
/disable-fkeys-by-config Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com smime.p7s Description: S/MIME cryptographic signature ___ Mailing list: https://launchpad.net/~openstack Post

Re: [Openstack] [OpenStack][Nova] Minimum required code coverage per file

2012-04-28 Thread Lorin Hochstein
-common code in coverage calculations: https://review.openstack.org/6905 Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com smime.p7s Description: S/MIME cryptographic signature

Re: [Openstack] proposal for Russell Bryant to be added to Nova Core

2012-04-27 Thread Lorin Hochstein
out w/ reviews... definitely the RPC ones. +1 Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com smime.p7s Description: S/MIME cryptographic signature ___ Mailing list: https

Re: [Openstack] How does everyone build OpenStack disk images?

2012-04-26 Thread Lorin Hochstein
specifically, with OpenStack-supported hypervisors), and have that be accessible on docs.openstack.org. We could use the wiki, but I'm afraid most users wouldn't find it there, and this is a pretty critical issue for new users. Unless Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud

Re: [Openstack] raw or qcow2

2012-04-25 Thread Lorin Hochstein
. Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com On Apr 25, 2012, at 1:55 AM, Vishvananda Ishaya wrote: ? Did you mistype your comment or misread mine? Raw does NOT work for snapshots. snapshots only work for qcow2

Re: [Openstack] wsgi code duplication

2012-04-24 Thread Lorin Hochstein
. The reports help fix the issue going forward. I don't know of any duplication metrics being calculated, but Jenkins continually reports test coverage metrics: https://jenkins.openstack.org/portlet/dashboard_portlet_30/ Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis

Re: [Openstack] [OpenStack][Nova] Minimum required code coverage per file

2012-04-24 Thread Lorin Hochstein
and Elaine Weyuker, formerly of ATT Research). I would *love* to see some academic researchers try to apply those techniques to OpenStack to help guide QA activities by identifying which parts of the code should get more rigorous testing and review. Take care, Lorin -- Lorin Hochstein Lead

Re: [Openstack] Quantum deployment on Essex

2012-04-20 Thread Lorin Hochstein
by Rackspace Cloud Builders works properly with Essex: https://github.com/cloudbuilders/noVNC/ Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com ___ Mailing list: https://launchpad.net

[Openstack] image_service=nova.image.s3.S3ImageService???

2012-04-19 Thread Lorin Hochstein
service, and can't be a default image service on its own. I'm going to zap this as a valid option from the documentation (unless someone sets me straight here). Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com

Re: [Openstack] OpenStack Client Followup

2012-04-19 Thread Lorin Hochstein
-- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com On Apr 19, 2012, at 1:57 PM, Matt Joyce wrote: I'd be down with helping out as well. On Thu, Apr 19, 2012 at 1:43 PM, Doug Hellmann doug.hellm...@dreamhost.com wrote: On Wed, Apr 18, 2012 at 11

Re: [Openstack] nova.conf query

2012-04-16 Thread Lorin Hochstein
Hi Salman: Can you send me a link to any docs that have the old --flag format? Lorin Sent from my iPad On Apr 16, 2012, at 6:17 AM, Salman Malik salma...@live.com wrote: Hi All, A quick question regarding nova.conf: How can I modify nova.conf and get it to work with devstack. The

Re: [Openstack] Endpoints problems

2012-04-12 Thread Lorin Hochstein
: [catalog] driver = keystone.catalog.backends.sql.Catalog Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack

Re: [Openstack] [OpenStack] preallocation

2012-04-10 Thread Lorin Hochstein
Vish: For documentation purposes, if the user wants to be able to do snapshots, what combinations of the following three variables are allowed? 1. original image format (qcow2 | raw) 2. use_cow_image flag (true | false) 3. force_raw_images flag (true | false) Take care, Lorin -- Lorin

Re: [Openstack] [Doc] Docs meeting today, Monday 2000 UTC (3:00 CST)

2012-04-09 Thread Lorin Hochstein
Anne: Can you confirm the time? The wiki page says March 9, 2012, 2000 UTC (3:00 CST). But isn't 2000 UTC the same as 1:00 PM CDT? Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com On Apr 9, 2012, at 10:57 AM, Anne Gentle

Re: [Openstack] [Doc] Docs meeting today, Monday 2000 UTC (3:00 CST)

2012-04-09 Thread Lorin Hochstein
My fault, I just mixed up CDT and PDT in my head (I'm on EDT). Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com On Apr 9, 2012, at 11:15 AM, Anne Gentle wrote: It used to be 2:00 CST but now it's 3:00 CST. Here's the UTC

Re: [Openstack] mock, mox, stubs, fakes, etc

2012-04-08 Thread Lorin Hochstein
tests. However, mox has been the main mocking library used in Nova unit test for as long as I have been familiar with the code. Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com On Apr 8, 2012, at 4:06 PM, Joseph Heck wrote

Re: [Openstack] ESXi documentation..

2012-04-04 Thread Lorin Hochstein
, do you recall why the vmwareapi_readme.rst docs got moved to the unused_docs list? Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com ___ Mailing list: https://launchpad.net

Re: [Openstack] ESXi documentation..

2012-04-04 Thread Lorin Hochstein
diagram is here: https://github.com/openstack/nova/blob/master/doc/source/images/vmwareapi_blockdiagram.jpg Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com On Apr 4, 2012, at 1:43 PM, Doug Hellmann wrote: I think it was because

[Openstack] Doc review request for keystone install

2012-04-02 Thread Lorin Hochstein
they are stored in the database backend (as was originally documented and seems to be the default Ubuntu package setup) or to use the templated catalog file (as suggested by that blog entry and used by devstack). Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services

[Openstack] Documenting public sites with VM images

2012-04-02 Thread Lorin Hochstein
users to? Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https

Re: [Openstack] multiple floating ip pools

2012-04-02 Thread Lorin Hochstein
Vish: Are floating IP pools (--pool) documented anywhere? I did a quick look but couldn't find it in the main docs. Take care, Lorin Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com On Mar 30, 2012, at 2:18 PM, Vishvananda

  1   2   >