Re: [Openstack] How to re-create a stack with devstack

2012-01-26 Thread Dean Troyer
again. Is this the best way? Is this documented somewhere? killall screen works well for me. dt -- Dean Troyer dtro...@gmail.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https

Re: [Openstack] Remove Zones code - FFE

2012-02-18 Thread Dean Troyer
characters!): bloc - a group with a common interest, sometimes in voting situations dt -- Dean Troyer dtro...@gmail.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net

Re: [Openstack] XCP toolstack support for devstack

2012-02-21 Thread Dean Troyer
differences. It's probably time for me to rebase and propose it. It's working on F16 now. dt -- Dean Troyer dtro...@gmail.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https

Re: [Openstack] devstack and stable/diablo

2012-02-21 Thread Dean Troyer
not something that we spend any time on normally. dt -- Dean Troyer dtro...@gmail.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https

[Openstack] DevStack and Fedora

2012-02-22 Thread Dean Troyer
for OpenVSwitch isn't in fedora's default repos (yet), need to be located: quantum and melange are untested dt -- Dean Troyer dtro...@gmail.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https

Re: [Openstack] devstack and api-paste.ini

2012-03-07 Thread Dean Troyer
places I don't make many assumptions about what is there, so the sed script in stack.sh is a bit defensive and able to handle a couple of variations that the sample api-paste.ini may present. Clear as mud? ;) dt -- Dean Troyer dtro...@gmail.com

Re: [Openstack] Ubuntu 12.04 B1, Keystone (redux) + Service Catalogs

2012-03-11 Thread Dean Troyer
. Actually, the environment variables (if set) are used for the default value of the command-line options, so the command-line option do in fact override the environment variables. https://github.com/openstack/python-keystoneclient/blob/master/keystoneclient/shell.py#L97 dt -- Dean Troyer dtro

Re: [Openstack] euca2ools: Failure communicating with keystone (Essex on Ubuntu 12.04 B1)

2012-03-16 Thread Dean Troyer
problem, but using the current auth config will help debugging it. dt -- Dean Troyer dtro...@gmail.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More

Re: [Openstack] python-glanceclient

2012-04-04 Thread Dean Troyer
glance. Will do more study once it is in DevStack (see below). 4) Integrate with DevStack It's on the roadmap now dt -- Dean Troyer dtro...@gmail.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net

Re: [Openstack] Client debugs??

2012-04-04 Thread Dean Troyer
. Although it is hidden, --debug is a global option (defined in keystone/shell.py) just like --os_username and friends, which means it must appear before the command. All options that follow the command are command specific. dt -- Dean Troyer dtro...@gmail.com

Re: [Openstack] devstack stable/essex branch

2012-04-10 Thread Dean Troyer
is the devstack trunk as of right now (b7748fbe44) + changing stackrc to point to stable/essex rather than master branches (fe08c5bfe4). dt -- Dean Troyer dtro...@gmail.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack

[Openstack] DevStack stable/essex branch

2012-04-11 Thread Dean Troyer
-- Dean Troyer dtro...@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

Re: [Openstack] Endpoints problems

2012-04-13 Thread Dean Troyer
need to escape the '$'s in your URLs or change the double quotes around them to single quotes. The shell sees the $(tenant_id) and attempts to execute a command called tenant_id. dt -- Dean Troyer dtro...@gmail.com ___ Mailing list: https

[Openstack] OpenStack Client Followup

2012-04-19 Thread Dean Troyer
sure there are other opinions out there. Thanks dt -- Dean Troyer dtro...@gmail.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https

Re: [Openstack] curl command

2012-04-20 Thread Dean Troyer
=secretword --os_auth_url=http://192.168.206.130:35357/v2.0/tokens token-get And even better, the glance command also understands the --os_* options for authentication so you do not necessarily need to get a token first. dt -- Dean Troyer dtro...@gmail.com

Re: [Openstack] New Mailing List for Python OpenStack Client

2012-04-30 Thread Dean Troyer
the sharing of behaviour among related community members. Roger that. It's deactivated. dt -- Dean Troyer dtro...@gmail.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https

Re: [Openstack] [client] OpenStack Client Followup

2012-04-30 Thread Dean Troyer
idea. I'd propose that it be close to what we can get out of argparse to minimise the amount of duplicated work. Go ahead and start drafting in the wiki. BTW, that page is in RST so it can be included in the source docs too. I'm not happy with the formatting though. dt -- Dean Troyer dtro

Re: [Openstack] OpenStack Client Followup

2012-04-30 Thread Dean Troyer
, and then they are all consistent)? We should document that, I had just assumed it until now. dt -- Dean Troyer dtro...@gmail.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net

Re: [Openstack] OpenStack Client Followup

2012-04-30 Thread Dean Troyer
. It doesn't like duplicated options in subparsers, nor subsets of names like we found in keystone with --tenant and --tenant_id, etc. IIRC none of the existing clients do that, they all rely on 'help command' to get command-specific help. dt -- Dean Troyer dtro...@gmail.com

Re: [Openstack] OpenStack Client Followup

2012-05-01 Thread Dean Troyer
work on a unified CLI. Sounds like a blueprint waiting to be written... ;) dt -- Dean Troyer dtro...@gmail.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net

Re: [Openstack] [client] OpenStack Client Followup

2012-05-01 Thread Dean Troyer
the value add of arbitrary binaries being called is; the way I imagine it the binary would have to duplicate the token flow auth at a minimum, why not just call it directly? git has the advantage here of keeping its state in the filesystem. What little state we have is in memory. dt -- Dean Troyer

Re: [Openstack] OpenStack Client Followup

2012-05-01 Thread Dean Troyer
with argument parsing we give it a shot? dt -- Dean Troyer dtro...@gmail.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https

Re: [Openstack] [client] OpenStack Client Followup

2012-05-01 Thread Dean Troyer
. I'd expect the distros to pick it up at some point, too. dt -- Dean Troyer dtro...@gmail.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help

Re: [Openstack] OpenStack Client Followup

2012-05-01 Thread Dean Troyer
actually kind of liked the side effect of the old nova-manage in that it was self-enforcing for admin-ness since you needed to run it on the node itself. dt -- Dean Troyer dtro...@gmail.com ___ Mailing list: https://launchpad.net/~openstack Post

[Openstack] [client] final openstackclient binary name

2012-05-02 Thread Dean Troyer
proposed https://review.openstack.org/7024 to change it to 'openstack'. We'll wait a day or two for opinions/votes to collect in the review. Thanks dt -- Dean Troyer dtro...@gmail.com ___ Mailing list: https://launchpad.net/~openstack Post

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

2012-05-02 Thread Dean Troyer
into openstackclient, but that is not the immediate priority. I think we need a bit more thought about use cases for, say, glanceclient requiring openstackclient even in a stand-alone installation. dt -- Dean Troyer dtro...@gmail.com ___ Mailing list: https

Re: [Openstack] [client] creating blueprints for the unified CLI project

2012-05-02 Thread Dean Troyer
prioritization pass on the blueprints just now. dt -- Dean Troyer dtro...@gmail.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https

Re: [Openstack] [client] creating blueprints for the unified CLI project

2012-05-02 Thread Dean Troyer
as the change id in the log message doesn't change Gerrit does the Right Thing. See the bottom of http://wiki.openstack.org/GerritWorkflow for details. dt -- Dean Troyer dtro...@gmail.com ___ Mailing list: https://launchpad.net/~openstack Post

Re: [Openstack] About openstack common client

2012-05-18 Thread Dean Troyer
an advantage for scripted use in that it has an option for easily parsable output. dt -- Dean Troyer dtro...@gmail.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack

Re: [Openstack] About openstack common client

2012-05-18 Thread Dean Troyer
the existing project-specific CLIs to be around fot some time. The bit that openstackclient replaces is actually pretty small code-wise so maintaining them isn't as much duplicated work as it might seem. dt -- Dean Troyer dtro...@gmail.com ___ Mailing list

Re: [Openstack] devstack multi-node tutorial fails

2012-05-24 Thread Dean Troyer
://github.com/cloudbuilders/devstack/tree/gh-pages. Clone that, make your changes and send a pull request. Let us know you've done that, it's the only time that we use pull requests in that repo. dt -- Dean Troyer dtro...@gmail.com ___ Mailing list

Re: [Openstack] nova user management without the dashboard

2012-05-24 Thread Dean Troyer
, but you can get your ec2 creds form keystone like this: keystone ec2-credentials-create You should be able to use https://github.com/openstack-dev/devstack/blob/master/eucarc as a model for turning that into a novarc file. dt -- Dean Troyer dtro...@gmail.com

Re: [Openstack] Quantum+Openvswitch: could not open /dev/net/tun: Operation not permitted

2012-05-24 Thread Dean Troyer
/Quantum. dt -- Dean Troyer dtro...@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

Re: [Openstack] New layout of the OpenStack mailing lists

2012-05-25 Thread Dean Troyer
or twitter/FB/G+ unless those accounts are functional equivalents to -announce, then its just a matter of remembering to go check them. dt -- Dean Troyer dtro...@gmail.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack

Re: [Openstack] devstack installation failing

2012-05-25 Thread Dean Troyer
; done” You can also put 'RECLONE=yes' in front of stack.sh on the command line or add it to localrc to force stack.sh to update all repositories. RECLONE=yes ./stack.sh dt -- Dean Troyer dtro...@gmail.com ___ Mailing list: https://launchpad.net

Re: [Openstack] [devstack] Easing maintenance of list of distro packages to install

2012-06-20 Thread Dean Troyer
still often lag unless I can catch a review and prompt the author to add the required entry in the rpms directory Support aside, anything that we might adopt will necessarily be kept simple, such as changing the packaging names (apts/rpms) to packager names (ubuntu,fedora,etc). dt -- Dean Troyer

Re: [Openstack] horizon install from devstack fails to find glanceclient/versioninfo

2012-06-26 Thread Dean Troyer
, we'll see how it goes. dt -- Dean Troyer dtro...@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

Re: [Openstack] horizon install from devstack fails to find glanceclient/versioninfo

2012-06-26 Thread Dean Troyer
else I need to do to ensure cinder is on? I use this to enable cinder: ENABLED_SERVICES=$(echo $ENABLED_SERVICES | sed 's/n-vol/c-api,c-sch,c-vol/') But the volume group should be created either way. The cinder patch did change its name from nova-volumes to stack-volumes though. dt -- Dean

[Openstack] [devstack] Recent updates

2012-06-27 Thread Dean Troyer
-- Dean Troyer dtro...@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

Re: [Openstack] UnifiedCLI suggestion

2012-06-28 Thread Dean Troyer
linking back to the keystone blueprint. That looks like a good solution. Thanks Ken dt -- Dean Troyer dtro...@gmail.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net

Re: [Openstack] [Devstack]Keystone authentication problem when installing

2012-06-28 Thread Dean Troyer
of variable assignments immediately before keystone_data.sh is called. dt -- Dean Troyer dtro...@gmail.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack

Re: [Openstack] Command Argument Naming Style

2012-07-19 Thread Dean Troyer
, if at all, and to be removed sometime in the future (6 months at least). FWIW, glance will never have the '_' option names because it is a new client and already breaks backward compatibility with the original glance client. dt -- Dean Troyer dtro...@gmail.com

Re: [Openstack] devstack + exercise.sh failures

2012-08-09 Thread Dean Troyer
in the devstack directory. dt -- Dean Troyer dtro...@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

Re: [Openstack] Setting Expectations

2012-08-14 Thread Dean Troyer
along the way. It kills me that the acronym for OpenStack Foundation is OSF. While I don't think we can really be the Linux of the cloud any time soon, we will have to really work to NOT be the UNIX of the cloud... dt -- Dean Troyer dtro...@gmail.com

Re: [Openstack] Folsom on Oracle VirtualBox using qemu

2012-10-02 Thread Dean Troyer
not be found: 'module' object has no attribute LibvirtDriver # Virt driver connection_type=libvirt Try removing connection_type and adding the following: compute_driver=libvirt.LibvirtDriver This changed between Essex and Folsom... dt -- Dean Troyer dtro...@gmail.com

Re: [Openstack] Could I restart devstack with old configuration?

2012-10-25 Thread Dean Troyer
at the end of stack.sh. There is an example in samples/local.sh. dt -- Dean Troyer dtro...@gmail.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help

Re: [Openstack] [devstack] Malformed Documentation on stack.sh script web site

2012-11-07 Thread Dean Troyer
scripts. In this particular case, the spinner string was being improperly recognized by shocco and it stopped formatting the output. This is a good excuse to do another periodic doc/formatting pass through stack.sh, I'll commit this fix then. dt -- Dean Troyer dtro...@gmail.com

Re: [Openstack] LVM over LVM is acceptable?

2012-11-26 Thread Dean Troyer
can be tricky but if you are careful to keep the layers separated it can work. dt -- Dean Troyer dtro...@gmail.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net

Re: [Openstack] Stopping Devstack from running

2012-12-20 Thread Dean Troyer
on boot? That would mean that stack.sh or rejoin-stack.sh is being run by a boot script and it shouldn't be. Oddly enough there are a number of people that wish DevStack would survive a reboot. We actively discourage that to keep it from being used for more than development. dt -- Dean Troyer dtro

Re: [Openstack] running devstack

2013-01-11 Thread Dean Troyer
try: keystone --debug catalog It is possible that the keystone database did not get initialized properly. If you are still having trouble, the output of tools/info.sh would also bee useful to see. dt -- Dean Troyer dtro...@gmail.com ___ Mailing list

Re: [Openstack] keystone start fails due to mysql password mismatch running stack.sh

2013-01-11 Thread Dean Troyer
that isn't an encoded password but an auto-generated one from the read_password function that creates a password if one is not entered using 'openssl rand -hex 10'. Something is stomping on your MYSQL_PASSWORD from localrc. Is that value different on each run? dt -- Dean Troyer dtro

Re: [Openstack] How to generate an API key

2013-02-08 Thread Dean Troyer
for instance logins. Those are also long-lived and generated on demand. However they are not related to controlling API acces, just to controlling login to running instances. They are controlled in the Compute API and can be seen with: nova help | grep key dt -- Dean Troyer dtro...@gmail.com

Re: [Openstack] openstack client question

2013-02-12 Thread Dean Troyer
and possibly some recent API changes. dt -- Dean Troyer dtro...@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

Re: [Openstack] n-api installation problem with devstack (on Ubuntu )

2013-02-14 Thread Dean Troyer
of the services to bind to a specific IP. dt -- Dean Troyer dtro...@gmail.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https

Re: [Openstack] Are the Python APIs public or internal?

2013-03-01 Thread Dean Troyer
abandoned? It is still under development, albiet at a slower pace than I'd like. It is meant to be a single CLI for OpenStack that leverages the libraries provided by the individual project clients. So it uses the keystoneclient python libs but not the cli/shell bits. dt -- Dean Troyer dtro

Re: [Openstack] Unauthenticated service probe for OpenStack components

2013-03-14 Thread Dean Troyer
respond curl's exit code is non-zero (7 I think?). We did the same thing in DevStack for checking api server responses. dt -- Dean Troyer dtro...@gmail.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net

Re: [Openstack] [Glance][Image-Create][OZ]

2013-03-19 Thread Dean Troyer
* set in /etc/default/grub: GRUB_TERMINAL=console GRUB_CMDLINE_LINUX=console=ttyS0 console=tty GRUB_CMDLINE_LINUX_DEFAULT=console=ttyS0 dt -- Dean Troyer dtro...@gmail.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack

Re: [Openstack] Fwd: Nova API Keypairs

2013-04-25 Thread Dean Troyer
case (Nova generating the keypair) remember to tell ssh to use the private file with -i private-key-file. dt -- Dean Troyer dtro...@gmail.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe

Re: [Openstack] [OpenStack][DevStack] How to contribute?

2013-05-07 Thread Dean Troyer
that allows you to send reviews to Gerrit. dt [1] https://launchpad.net/~openstack -- Dean Troyer dtro...@gmail.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack

Re: [Openstack] Devstack usage in Install Openstack

2013-05-11 Thread Dean Troyer
of the vendor package sets if you want to operate your setup for any length of time or have plans to eventually open it up to other users, even just for testing. DevStack re-initializes everything from scratch every time you run stack.sh. dt -- Dean Troyer dtro...@gmail.com

Re: [Openstack] Keystone Identity API v3 interface

2013-06-25 Thread Dean Troyer
the command that you are using...i.e: openstack ... --os-url http://169.254.169.200:9292/ server list will fail as you are sending a compute API command to the (presumably from the port) image API endpoint. dt -- Dean Troyer dtro...@gmail.com ___ Mailing

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

2013-07-23 Thread Dean Troyer
by default: create a 'centos' user with sudo permissions to root. dt -- Dean Troyer dtro...@gmail.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help

Re: [Openstack] devstack issue related to Python-keystoneclient

2013-07-25 Thread Dean Troyer
here) or rebase it if you are working on that one. This all assumes you're running trunk... dt -- Dean Troyer dtro...@gmail.com ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https

Re: [Openstack] devstack issue related to Python-keystoneclient

2013-07-25 Thread Dean Troyer
On Thu, Jul 25, 2013 at 11:14 AM, Dean Troyer dtro...@gmail.com wrote: This particular problem appears to be due to out-of-date source trees, in this case an older horizon with an out of date requirements.txt. I should add...providing the output of tools/info.sh is extremely helpful

[Openstack-poc] [Bug 947718] [NEW] [DEFAULT] group name in config file must be uppercase

2012-03-05 Thread Dean Troyer
Public bug reported: As handled by openstack.common.cfg the default group header ([DEFAULT]) is only recognized in uppercase. [default] is not recognized as a valid group header for global config options. ** Affects: openstack-common Importance: Undecided Status: New -- You