core.git: cui/source cui/uiconfig

2024-03-30 Thread Glen Campbell (via logerrit)
cui/source/tabpages/paragrph.cxx |4 cui/uiconfig/ui/paraindentspacing.ui |1 + 2 files changed, 1 insertion(+), 4 deletions(-) New commits: commit 9d28e7964bf0730dc03d40adfbab95dd9b5d087c Author: Glen Campbell AuthorDate: Wed Mar 27 12:15:40 2024 -0400 Commit: Adolfo

Glen Campbell license statement

2024-03-29 Thread Glen Campbell
All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license.

Re: [openstack-dev] [savanna] Program name and Mission statement

2013-09-10 Thread Glen Campbell
/listinfo/**openstack-devhttp://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev -- *Glen Campbell* http://glenc.io • @glenc ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo

[Openstack] trystack.org down?

2012-09-04 Thread Glen Campbell
Sorry if this has been asked before, but has the trystack.orghttp://trystack.org service been suspended? I haven't been able to reach it for a week or more. -- Glen Campbell • Developer Advocate, Rackspace Developer Relations Group glen.campb...@rackspace.commailto:glen.campb...@rackspace.com

Re: [Openstack] Downstream handling of extensions

2012-06-14 Thread Glen Campbell
Oops, realized that I didn't include the list… Glen Campbell • Developer Relations Group glen.campb...@rackspace.commailto:glen.campb...@rackspace.com • (210) 446-9990 • @glenc On Jun 14, 2012, at 12:26 PM, Brian Waldon wrote: My team is working on a set of language bindings for OpenStack

Re: [Openstack] Image API v2 Draft 4

2012-04-10 Thread Glen Campbell
I'll bring the fish On Apr 9, 2012, at 11:05 PM, Monty Taylor wrote: On 04/09/2012 04:11 PM, Jay Pipes wrote: On 04/09/2012 07:07 PM, Jorge Williams wrote: On Apr 9, 2012, at 6:03 PM, Justin Santa Barbara wrote: How about we discuss this further at the summit :-) I think

[Openstack] Donabe?

2012-02-15 Thread Glen Campbell
Is anything still happening with the Donabe project? Are there plans to push things forward at the Folsom summit? Thanks, Glen ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe :

Re: [Openstack] [Ops] Admin API: Actions to perform on accounts

2011-12-20 Thread Glen Campbell
The Ozone team at Rackspace has it in our current backlog, but we have not started working on it yet. Probably will be around February, however. On Dec 20, 2011, at 2:24 PM, Thierry Carrez wrote: Duncan McGreggor wrote: There is a blueprint on LP for admin account actions that is set as a

Re: [Openstack] Donabe meetings on Wed 2pm (and cancelling this week's)

2011-10-26 Thread Glen Campbell
For others outside of California, that's 2PM Pacific time. :-) Glen Campbell • Cloud 2.0 Architect glen.campb...@rackspace.commailto:glen.campb...@rackspace.com • (210) 446-9990 On Oct 26, 2011, at 2:07 PM, Debo Dutta (dedutta) wrote: Hi Lots of people had expressed interest but they were

Re: [Openstack] OSAPI equivalent of euca-get-console-output ?

2011-10-21 Thread Glen Campbell
At Rackspace, we have developed an extension that returns the URL of a console via /servers/{id}/console. The issue for putting this in OSAPI core is that the implementation is highly specific to the console server software that you're running. Glen Campbell • Cloud 2.0 Architect glen.campb

Re: [Openstack] Nova: Admin API blueprints

2011-08-30 Thread Glen Campbell
We're in the midst of implementing these now: https://blueprints.launchpad.net/nova/+spec/admin-account-actions Essentially suspend/resume for all servers associated with a tenant ID. We're still having discussions around the mass deletion and whether or not we want to expose something that

[Openstack] Nova: Admin API blueprints

2011-08-23 Thread Glen Campbell
As we discussed at last week's meeting, I have re-factored the generic Admin API blueprint into three separate blueprints. https://blueprints.launchpad.net/nova/+spec/admin-account-actions covers actions that an administrator can perform on a tenant/or account, such as suspending the account

Re: [Openstack] Nova: Admin API blueprints

2011-08-23 Thread Glen Campbell
: Tue, 23 Aug 2011 20:44:57 +0400 To: Glen Campbell glen.campb...@rackspace.commailto:glen.campb...@rackspace.com Subject: Re: [Openstack] Nova: Admin API blueprints I am going to merge extention for network manipulating https://code.launchpad.net/~chemikadze/nova/contrib-extention-networks/+merge

[Openstack] Physical host identification

2011-07-15 Thread Glen Campbell
I understand that we're all familiar with virtualization and its benefits. However, in the Real World, those of us who run clouds often need to work with physical devices. I've proposed a blueprint and spec for a /hosts admin API resource that would return information on physical hosts.

Re: [Openstack] Cross-zone instance identifiers in EC2 API - Is it worth the effort?

2011-07-11 Thread Glen Campbell
I kind of like the IPv6 idea myself. How would it work with a service provider that, for example, assigns a /96 address for an instance? If the user can change the IP address, would that mean that the instance ID would change as well? Or should we just keep with the original /96 (::0) address?

[Openstack] Nova diablo-2

2011-06-14 Thread Glen Campbell
https://launchpad.net/nova/+milestone/diablo-2 There are a number of High priority blueprints that are showing as not started. Do we think those will be completed by diablo-2, or should we look into moving them out? It's an important question for us, since we will be deploying an alpha release

[Openstack] Glance API Extensions

2011-06-09 Thread Glen Campbell
-specific features that really don't need to be in the core code. We don't really want to fork the code to add our stuff, and those seem to be the only two options at the moment. I'd appreciate your feedback. Glen Campbell Confidentiality Notice: This e-mail message (including any attached

Re: [Openstack] Feedback on HTTP APIs

2011-06-02 Thread Glen Campbell
There was another specific use case, where someone with a private OpenStack cloud was bursting into a public cloud. UUIDs would help ensure the uniqueness of identifiers in that case. On 5/29/11 8:43 PM, Mark Nottingham m...@mnot.net wrote: Ah -- makes sense. Thanks. On 30/05/2011, at 11:40

[Openstack] Global deployment of Glance

2011-05-17 Thread Glen Campbell
If we are going to deploy Glance to support a global deployment of Nova, would it make sense to have replicas in different regions for better performance? Or, to put it another way, is there a recommended way to keep multiple Glance installations in sync? Users doing snapshots/backups, etc.,

[Openstack] OpenStack security / automated python testing

2011-05-16 Thread Glen Campbell
Is anyone in the OpenStack community using automated tools to perform code analysis? If not, are you familiar with such tools that will work with python? We're specifically interested in tools that can be used to provide rapid feedback to developers about potentially dangerous code (for

Re: [Openstack] Separation of IRC Channels

2011-05-04 Thread Glen Campbell
This concerns me, as its not scalable. Yes, a few users might pick up some valuable information by osmosis, but as the use of OpenStack grows, it will require massive amounts of repetition to ensure that the same knowledge goes to all users. IRC is *not* the proper medium for capturing user

Re: [Openstack] Creating a forum

2011-05-02 Thread Glen Campbell
I wish the list archives had a better search function. On 5/2/11 3:12 PM, Jordan Rinke jor...@openstack.org wrote: I had a number of discussions with various people at the summit about creating a forum for openstack (forum.openstack.org) and everyone seemed to think it was a good idea

Re: [Openstack] Enhancements to Glance in Diablo? Input welcomed

2011-04-19 Thread Glen Campbell
Here's another Glance enhancement that we need for Rackspace: https://blueprints.launchpad.net/glance/+spec/glance-notifications On 4/12/11 1:11 PM, Jay Pipes jaypi...@gmail.com wrote: Hey all, We're in the planning stages for Diablo now, working on putting together blueprints, which turn

Re: [Openstack] Enhancements to Glance in Diablo? Input welcomed

2011-04-14 Thread Glen Campbell
I posted a Blueprint yesterday with a requirement for some general-purpose filters for listing images: https://blueprints.launchpad.net/glance/+spec/query-filters These are needed at Rackspace to meet feature parity with our current systems. We need to be able to create various subsets of image

[Openstack] Commas and semicolons

2011-04-14 Thread Glen Campbell
On 4/14/11 6:19 AM, Sandy Walsh sandy.wa...@rackspace.com wrote: Capabilities are just multi-value key-value pairs, such as: can_host=linux;windows, cpu_type=gpu, magic_sauce=purple,blue,red; cpu_min_max=0.01,0.98; I don't like the use of commas and semicolons, and you just made the error

Re: [Openstack] Enhancements to Glance in Diablo? Input welcomed

2011-04-14 Thread Glen Campbell
, Glen Campbell glen.campb...@rackspace.com wrote: I posted a Blueprint yesterday with a requirement for some general-purpose filters for listing images: https://blueprints.launchpad.net/glance/+spec/query-filters These are needed at Rackspace to meet feature parity with our current systems. We

Re: Different between TCP_REFRESH_HIT and TCP_HIT

2011-04-04 Thread Glen Campbell
For Squid, TCP_HIT means that the object was in the cache, and TCP_REFRESH_HIT means that the cache sent an If-Modified-Since request and found that the object in the cache was still valid. I assume it's the same for ATS. [cid:9D381451-03CE-4AB6-93A5-EAE243BE4C32] From: ChangCheng

[Openstack] Search API

2011-03-31 Thread Glen Campbell
To diagnose issues in a production system, administrators may at times need to find a server or host based on limited information. I've proposed a blueprint for a generic search API with wildcard support to handle this need; I'm curious to learn if others also see that need, or if there are

Re: [Openstack] A single cross-zone database?

2011-03-16 Thread Glen Campbell
Instead of building data-specific caching (which always worries me), you could simply build the service to return the data directly, then add a Cach-Control: max-age=NNN header to the result. That way, users who wanted to improve their performance could add a squid layer (or other caching HTTP

Re: [Openstack] Management API

2011-03-04 Thread Glen Campbell
On Wed, Mar 2, 2011 at 3:49 PM, Glen Campbell glen.campb...@rackspace.com wrote: There's been some discussion of an admin/management API and what functions would be provided there. I've been tasked with handling the technical coordination of implementing Nova at Rackspace, and have thus been

Re: [Openstack] Management API

2011-03-03 Thread Glen Campbell
if the administrator so chooses) that are ancillary to the Nova-core functionality. I.e., Sandy's BP says HOW you deploy an admin API; mine says WHAT is in it. On 3/3/11 1:59 AM, Thierry Carrez thie...@openstack.org wrote: Glen Campbell wrote: There's been some discussion of an admin/management API and what

Re: [Openstack] Entities in OpenStack Auth

2011-03-02 Thread Glen Campbell
According to the proposed API 1.1 spec, it *does* use an extra element in the path to indicate the account; this is (presumably) returned by the auth system: http://servers.api.openstack.org/v1.1/1234/servers/12 Where 1234 is the account ID (actually a token, I believe) and 12 is the server ID.

[Openstack] OpenStack Compute API 1.1 ‹ server actions

2011-02-16 Thread Glen Campbell
The proposed compute API 1.1 has a specification for server actions (Sec. 4.4) with the endpoint: /servers/{id}/action The actual action is specified as the body of the POST request, and the implication is that the action is performed immediately, or as soon as possible. I'd like us to

Re: [pubsubhubbub] pubsubhubbub evolution

2011-02-01 Thread Glen Campbell
I'm really interested in that, too. We had thought of putting some auth restrictions on the hub to determine who could see which data. On Feb 1, 2011, at 9:00 AM, Andrea Messina messinand...@gmail.com wrote: Is there any attempt to evolve the current specs? Having a pubsubhubbub protocol

Re: ATS to return cached contents on 500 error

2010-12-22 Thread Glen Campbell
The stale-if-error directive should cause that behavior, but I'm not certain if it's been implemented in ATS yet (online documentation refers to future versions). You could certainly write a custom extension to do that if you don't want to rely upon the client headers.

Re: [PEDA] 500V power supply

2006-12-14 Thread Glen Campbell
So creepage distance must be the measure of that close proximity. Glen Campbell -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Riley, Andrew Sent: Friday, 15 December 2006 7:26 AM To: Protel EDA Discussion List Subject: Re: [PEDA] 500V power

Re: [PEDA] Footprints

2006-03-28 Thread Glen Campbell
TSSOPs are described as 18.6 and 18.5 mm wide, they are both 0.5 mm pitch parts. Glen Campbell QRSciences Pty Ltd QRSciences mailto:[EMAIL PROTECTED] 8-10 Hamilton Street Cannington WA 6107 Australia Phone: +61 8 9351 1200 Fax: +61 8 9351 9522

Re: [PEDA] PCB ascii files.

2004-02-26 Thread Glen Campbell
This might be quite a tangent, but I think this has happened before: Suppose you have 100MB free, and write a file of 51MB. No problems. But now you want to write it again, and a file with the same name already exists. I think that Windows used to write to a tempory file, then confirm (do you

[PEDA] library review procedure

2002-10-29 Thread Glen Campbell
Hello all, I have several questions about the library part (both schematic symbol and pcb footprint) approval process. To review a new (or an existing) schematic symbol, things to check include:- all pins are included; have the correct pin number and/or name; have the correct electrical

Unicode translation?

2001-01-10 Thread Glen Campbell
21.0[B@79a49f[B@270107 It could be that the driver is doing something wrong (but why did it work during the test?), but it appears more likely that tomcat is doing something to the data: perhaps expecting Unicode? Any suggestions are appreciated. -- Glen Campbell [EMAIL

No need for Apache?

2001-01-10 Thread Glen Campbell
I would just like to get confirmation of this: my site will have low volume, and 98% of the pages will have dynamic data (JSP). I should be able to configure tomcat to listen on port 80, and get rid of Apache all together? Or is there something I'm missing that would mean I have to use Apache and

Re: No need for Apache?

2001-01-10 Thread Glen Campbell
/01 5:58 PM, micky mimo [EMAIL PROTECTED] casually stated: What about the other 2%? -Original Message- From: Glen Campbell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 10, 2001 8:44 PM To: [EMAIL PROTECTED] Subject: No need for Apache? I would just like to get confirmation

Re: Info on connections using mysql

2001-01-10 Thread Glen Campbell
On 1/10/01 8:49 PM, "Andrew Burrows" [EMAIL PROTECTED] casually stated: Hi All tomcat people, Could someone point me in the right direction to find info on using mysql in conjunction with tomcat/apache. Thanks [EMAIL PROTECTED]

Re: I may be too stupid...

2001-01-09 Thread Glen Campbell
cause I keep reading and re-reading the documentation at jakarta.apache.org, but nothing seems to work. I hope this isn't a terrible problem because I believe other websites have .jsp files in their root directory. What's going on?? Glen Campbe