On Mon, Jan 25, 2016 at 4:15 PM, Christopher Hull
wrote:
> I have not installed Swift. Is that an issue?
>
No, not an issue.
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listi
Wow. Thank you all for the response!
Well, Installing Kilo because I started this last August and have worked on
it gradually. Should probably do Liberty.
Yes, I get timesouts between Nova and "model service" which I assume is
Glance.
Message timeouts and recoveries for large images. 100G
I'd like to lengthen the embargo window on CVE disclosures.
Currently, the process is this
(https://security.openstack.org/vmt-process.html):
1. A security bug is reported (and confirmed as valid)
2. A patch is developed an reviewed
3. After the proposed fix is approved by reviewers, A CVE
Same here, we are using apache as front and the same for keystone. In Future we
will move all public url in from of HAProxy
Edgar
On 1/25/16, 10:40 AM, "Kris G. Lindgren" wrote:
>In the past we have had issues with having glance terminating ssl and
>downloads either not completing or being
In the past we have had issues with having glance terminating ssl and downloads
either not completing or being corrupted. If you are having glance terminate
ssl, for us moving ssl termination to haproxy and running glance as non-ssl
fixed that issue for us.
We should discuss this in Austin and make it to happen for next release cycle.
Edgar
On 1/25/16, 10:05 AM, "JJ Asghar" wrote:
>-BEGIN PGP SIGNED MESSAGE-
>Hash: SHA512
>
>On 1/25/16 11:56 AM, David Wahlstrom wrote:
>> I hear the first round of ATC (Active Technical Contributor) has a
Excerpts from Christopher Hull's message of 2016-01-25 09:11:59 -0800:
> Hello all;
>
> I'm an experienced developer and I work at Cisco. Chances are I've covered
> the basics here,but just in case, check me.
> I've followed the Kilo install instructions to the letter so far as I can
> tell. I
Also, is it possible your token timed out during the upload (thereby
truncating it)? Validate the byte size of the final uploaded (large) glance
image.
On Mon, Jan 25, 2016 at 10:59 AM, Abel Lopez wrote:
> First question, what is your glance store?
> Also, it sounds like you created the large im
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
On 1/25/16 11:56 AM, David Wahlstrom wrote:
> I hear the first round of ATC (Active Technical Contributor) has already
> gone out for the Austin summit. I have not, however, received any email
> for my ATC status, however I have only contributed to
First question, what is your glance store?
Also, it sounds like you created the large image from a running instance,
is that correct? If so, was the instance suspended when you initiated the
image-create?
On Monday, January 25, 2016, Christopher Hull wrote:
> Hello all;
>
> I'm an experienced de
We have an image promotion process that does this for us. The command I
use to get images from a specific tenant is:
glance --os-image-api-version 1 image-list --owner=
I'm sure using the v1 API will make some cringe, but I haven't found
anything similar in the v2 API.
On Mon, Jan 25, 2016 at 8
I hear the first round of ATC (Active Technical Contributor) has already
gone out for the Austin summit. I have not, however, received any email
for my ATC status, however I have only contributed to OSOps. Does OSOPs
contribution make one eligible for ATC status? If not, has this been
considered
Hello all;
I'm an experienced developer and I work at Cisco. Chances are I've covered
the basics here,but just in case, check me.
I've followed the Kilo install instructions to the letter so far as I can
tell. I have not installed Swift, but I think everything else, and my
installation almost w
You can also use `openstack image list --long` -- this should include the
owner ID (which is the project ID) and do some grepping and cutting for
that output. Not the cleanest, but it'll work.
$ openstack image list --long --format value | grep $project_id | cut -f 1
-d " "
Adding to Thomas' sug
Also, if you are an admin, you can `export OS_TENANT_ID` to the project and
list images with property is-public false.
On Monday, January 25, 2016, Kris G. Lindgren wrote:
> This doesn't answer your specific question. However there are two
> projects out there that are specifically for cleaning
This doesn't answer your specific question. However there are two projects out
there that are specifically for cleaning up projects and everything associated
with them for removal. They are:
The coda project: https://github.com/openstack/osops-coda
Which given a tenant ID will cleanup all re
Hey there,
have you tried using the --property option of the openstack-client?
You could filter images by their owner (openstack_project_id or name).
"openstack image list --property owner=[openstack_project_id]"
see:
http://docs.openstack.org/developer/python-openstackclient/command-objects/im
Hello there,
I need to delete some users and tenants from my public cloud. Before
deleting the users and tenants from keystone, I need to delete all the
resources in the tenants.
I am stucked listing the glance images uploaded in a specific tenant.
I cannot find the way, I always get either all
18 matches
Mail list logo