Re: [Openstack] nova.conf (on Ubuntu 14.04) and documentation differing.

2015-01-27 Thread Mohammed Naser
ks for any insights... > > -Ken > > ___ > Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/ > openstack > Post to : openstack@lists.openstack.org > Unsubscribe : http://lists.openstack.org/cgi-bin/mail

Re: [Openstack] [Icehouse][Cinder] volume.delete.end event payload doesn't contain deleted_at

2015-03-18 Thread Mohammed Naser
There should be a time stamp in the event itself, that would be you deleted_at time. It could be off by a few seconds but it should be accurate enough for what you (most likely) need On Wed, Mar 18, 2015 at 12:03 PM, Stefan Kulke wrote: > Hi, > I'm searching for a reliable way to determine

Re: [Openstack] Openstack swift CORS configuration

2015-03-20 Thread Mohammed Naser
Hi Mehmet, That doesn’t seem like a CORS issue but more of an actual authentication issue.  What method of authentication are you using? Thanks Mohammed On Fri, Mar 20, 2015 at 4:52 AM, mehmet hacısalihoğlu wrote: > Hi All, > I configurated CORS in Openstack swift Juno. But when I try cu

Re: [Openstack] How specify image api version at server side?

2015-03-26 Thread Mohammed Naser
Hi there, I would also suggest that you run the `glance` command with the --debug flag.   It will give you full details on how to recreate the request, I suspect when you’re forcing the API version, you’re getting a URL that’s not quite right. Regardless, it should give you more insight and

Re: [Openstack] Neutron add external interface to external router?

2015-09-02 Thread Mohammed Naser
Sorry for brief reply, I'm on mobile external_network_bridge is supposed to point to a bridge such as br-ex which is manually created, not a physical Ethernet device On Wed, Sep 2, 2015 at 1:50 AM Michael Gale wrote: > Hello, > > I am running the Kilo release using os-ansible-deployment and

Re: [Openstack] New Glance is worse than previous version... Specially API 2... Why?!

2015-10-20 Thread Mohammed Naser
c true --disk-format qcow2 --container-format bare --name >> "Ubuntu 14.04.3 LTS - Trusty Tahr - 64-bit - Cloud Based Image" >> glance image-update --property hw_scsi_model=virtio-scsi --property >> hw_disk_bus=scsi "Ubuntu 14.04.3 LTS - Trusty Tahr - 64-bit - Cloud >>

Re: [Openstack] [Liberty][Trusty] AppArmor interferes with instance launching...

2015-10-20 Thread Mohammed Naser
58:35.476 13685 ERROR nova.compute.manager [instance: > e305b8bf-2d74-4819-bc92-3eb1bd59db50] > --- > > As I said, after removing apparmor, I can now use my brand new Liberty setup! > > Am I missing something? Is it possible to keep apparmor and Liberty? > > Thanks, > Thi

Re: [Openstack] change IP of instance

2015-12-11 Thread Mohammed Naser
tack > Post to : openstack@lists.openstack.org > Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > -- Mohammed Naser ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Pos

Re: [Openstack] Designate Install SQL errors (Liberty)

2016-02-05 Thread Mohammed Naser
t; 'localhost' ([Errno 111] ECONNREFUSED)") > 2016-02-05 16:52:29.827 3169 ERROR designate > root@controller01:/etc/designate# > root@controller01:/etc/designate# > root@controller01:/etc/designate# mysql -u root -p -h localhost > Enter password: > Welcome to the MariaDB

Re: [Openstack] Howto remove "/horizon" from URL?

2016-02-07 Thread Mohammed Naser
: openstack@lists.openstack.org > Unsubscribe : > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > -- Mohammed Naser — vexxhost - D. 514-316-8872 D. 800-910-1726 ext. 200 E. mna...@vexxhost.com W. http://vexxhost.com __

Re: [Openstack] Tenant name from within an instance

2016-02-18 Thread Mohammed Naser
Hey, I don’t think there is an alternative, you will need to make an API call to get the name. The Nova API doesn’t know anything about tenant/project names, it only works with IDs anyways. Mohammed On Thu, Feb 18, 2016 at 9:38 AM, Davíð Örn Jóhannsson wrote: > I'm currently looking for ways t

Re: [Openstack] Tenant name from within an instance

2016-02-18 Thread Mohammed Naser
to access the API, I'd already have to know the Tenant name. > > This is for automation purposes where I need to be able to run scripts with > unique parameters/name per each tenant. > > ____ > Frá: Mohammed Naser > Sent: 18. febrúa

Re: [Openstack] Unable to retrieve volume limit information.

2016-02-18 Thread Mohammed Naser
I believe you’re running into this issue: https://bugzilla.redhat.com/show_bug.cgi?id=1272572 On Thu, Feb 18, 2016 at 12:31 PM, Wilson Kwok wrote: > Hello, > > After fresh installed RDO single node in Ravello System platform, I created > one m1.tiny instance, but the status is running with Unabl

Re: [Openstack] Protest against Glance V2 usability, it is worse than V1! Bring back "--location to image-create"! Or am I missing something here?

2016-02-19 Thread Mohammed Naser
Hello, I think you’re being a bit extreme to just use the terms you’ve used to describe the API. A lot of people worked on this to make it ideal, and while it’s made life a bit harder, it’s actually made the system more robust. You can fallback to the V1 api if you really can’t retrieve the ID.

Re: [Openstack] [keystone] Keystone service creation (HTTP 500)

2016-02-24 Thread Mohammed Naser
hon2.7/site-packages/sqlalchemy/engine/strategies.py", line > 97, in connect > 2016-02-24 15:18:29.100 1123 ERROR keystone.common.wsgi return > dialect.connect(*cargs, **cparams) > 2016-02-24 15:18:29.100 1123 ERROR keystone.common.wsgi File > "/usr/lib64/python2.7/

Re: [Openstack] [keystone] Keystone service creation (HTTP 500)

2016-02-24 Thread Mohammed Naser
LL PRIVILEGES ON keystone.* TO 'keystone'@'%' IDENTIFIED BY > 'KEYSTONE_DBPASS' > > But it doesn't work > > On Wed, Feb 24, 2016 at 4:26 PM, Mohammed Naser wrote: >> >> Hi Alexandr, >> >> The key error to check: >> >>

Re: [Openstack] [keystone] Keystone service creation (HTTP 500)

2016-02-24 Thread Mohammed Naser
openstack-keystone" doesn't > want to start just because httpd already running and if I understand they > share the same port > > On Wed, Feb 24, 2016 at 5:07 PM, Mohammed Naser wrote: >> >> Alexandr, >> >> You should make sure to hit “Reply all” so that i

Re: [Openstack] [keystone] Keystone service creation (HTTP 500)

2016-02-24 Thread Mohammed Naser
s command: >>> openstack service create --name keystone --description "OpenStack >>> Identity" identity >>> >>> It always shows: >>> An unexpected error prevented the server from fulfilling your request. >>> (HTTP 500) (Request-ID: req-ec9569be-6

Re: [Openstack] back up vm snapshot on disk

2016-02-25 Thread Mohammed Naser
Hi Priyanka, The image is not stored on the compute node, it’s actually transferred and uploaded to Glance, then Glance will store it to whatever storage tool you use (Swift, Ceph, simple file backend, etc) M On Thu, Feb 25, 2016 at 12:16 AM, Priyanka wrote: > Hi, > > VM snapshot can be created

Re: [Openstack] [Glance] Snapshots and Images I Make Have No Owner

2016-02-25 Thread Mohammed Naser
e > | > | visibility | > private > | > +--+------+ > > > ___ > Mailing list: http://lists.openstack.org

Re: [Openstack] [Glance] Error 503 when creating image

2016-02-25 Thread Mohammed Naser
RSION=3 >>>> export OS_IMAGE_API_VERSION=2 >>>> >>>> May somebody help me, please? >>>> >>>> Best Regards, Alexandr >>>> >>>> ___ >>>> Mailing list: >>>

Re: [Openstack] Kilo->Liberty upgrade with the Cloud Archive

2016-02-26 Thread Mohammed Naser
drew > > ___ > Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > Post to : openstack@lists.openstack.org > Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack -- Mohammed Nas

Re: [Openstack] Unable to retrieve volume limit information.

2016-02-26 Thread Mohammed Naser
t; user_domain_id = default >> project_name = services >> username = cinder >> password = [cinder password] >> >> >> 2016-02-19 2:08 GMT+08:00 Mohammed Naser : >> >>> I believe you’re running into this issue: >>> >>> https://bugzilla.redhat

Re: [Openstack] RDO Delorean Repo

2016-02-26 Thread Mohammed Naser
omputational System based on OpenSource > > ___ > Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > Post to : openstack@lists.openstack.org > Unsubscribe : http://lists.openstack.org/cgi-bin/mailm

Re: [Openstack] [ubuntu15.10][kilo installation]horizon login fail , •Unable to establish connection to keystone endpoint.

2016-02-27 Thread Mohammed Naser
che2 > > now, "nova service-list, neutron agent-list, glance image-list, openstack > service list" is work fine > > why can not login ?? > > what log should I see for solving login problem > > help! > > thaks in advance. > -- Mohammed Naser — vexxho

Re: [Openstack] UnsupportedVersion Endpoint does not support RPC version

2016-10-27 Thread Mohammed Naser
a/+bug/1595864 >> I've unsuccessful tried the suggestion in the above and restarted all >> nova-conductor services to no effect. >> >> Any suggestions? >> >> >> Oisin O'Malley >> Systems Engineer >> Iocane Pty Ltd >> 763 South Road &g

Re: [Openstack] Urgent! MTU size issue

2016-11-09 Thread Mohammed Naser
Are you using any tunnelling or are you directly attaching to your physical network? If you're using tunnelling, I would recommend running jumbo frames on your compute and network nodes so they can transport packets with size of 1500. There is plenty of docs about this online that you can check

Re: [Openstack] [Opestack][Cinder] Private volume types

2016-11-15 Thread Mohammed Naser
stack.org/cgi-bin/mailman/listinfo/openstack > Post to : openstack@lists.openstack.org > Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack -- Mohammed Naser — vexxhost - D. 514-316-8872 D. 800-910-1726 ext. 2

Re: [Openstack] [Opestack][Cinder] Private volume types

2016-11-15 Thread Mohammed Naser
> On 15 Nov 2016, at 16:21, Mohammed Naser wrote: > > is_public controls if it's public or not > volume_type_projects controls which projects can access a specific flavor > > The cinder commands which are of your interest: > >type-access-add Adds volume type acce

Re: [Openstack] [Openstack-operators] sync power states and externally shut off VMs

2016-11-16 Thread Mohammed Naser
Typically, you should not be managing your VMs by virsh. After a power outage, I would recommend sending a start API call to instances that are housed on that specific hypervisor Sent from my iPhone > On Nov 16, 2016, at 4:26 PM, Gustavo Randich > wrote: > > When a VM is shutdown without usi

Re: [Openstack] [OpenStack][Release] Migration problem from icehouse to newton

2016-12-08 Thread Mohammed Naser
Hi Thierno, There is not, the supported upgrade path is going version by version till the one you want (in your case, Icehouse -> Juno -> Kilo - > Liberty -> Mitaka -> Newton).. Good luck! Mohammed > On Dec 8, 2016, at 8:44 AM, Thierno Diop wrote: > > Hello guys, > > I have installed the

Re: [Openstack] The Forum: in more detail

2017-01-04 Thread Mohammed Naser
Hi Tom, Regarding this point: Upstream developers will receive a discount code to the Summit if they physically attend the PTG Does that mean contributors who do not attend the PTG will no longer get a discount code? Thanks for the clarification. Regards, Mohammed Sent from my iPhone > On

Re: [Openstack] nova backup - instances unreachable

2017-01-11 Thread Mohammed Naser
Hi John, It just works for us with Mitaka. You might be running with issues regarding permissions where the Nova user might not be able to write to the images pool. Turn debug on in your nova compute and snapshot a machine on it, you'll see the logs and if it's turning it off, it's probably b

Re: [Openstack] nova backup - instances unreachable

2017-01-12 Thread Mohammed Naser
Would you be able to share the logs of a full snapshot run with the compute node in debug? Sent from my iPhone > On Jan 12, 2017, at 7:47 AM, Eugen Block wrote: > > That's strange, I also searched for this message, but nothing there. I have > debug logs enabled on compute node but I don't see

Re: [Openstack] nova backup - instances unreachable

2017-01-12 Thread Mohammed Naser
gt; Regards, > Eugen > > Zitat von Eugen Block : > >> Yes, I truncated the file and uploaded it: >> >> http://dropcanvas.com/ta7nu >> (First time I used this service, please give me feedback if this doesn't >> work for you) >> >> I

Re: [Openstack] [OpenStack] VM start up with no route rules

2017-01-21 Thread Mohammed Naser
DHCP is provided with HA with a simple race. N agents respond to DHCP requests, the one with the fastest answer wins. Sent from my iPhone > On Jan 21, 2017, at 9:49 PM, John Petrini wrote: > > In my environment they are both Status = Active Admin = Up > > ___ > > John Petrini > The informat

Re: [Openstack] [OpenStack] VM start up with no route rules

2017-01-21 Thread Mohammed Naser
> > Best Regards > Xu Rongjie (Max) > Mobile:18658176819 > > From: Mohammed Naser [mailto:mna...@vexxhost.com] > Sent: Sunday, January 22, 2017 11:47 > To: John Petrini > Cc: Xu, Rongjie (Nokia - CN/Hangzhou) ; > openstack@lists.openstack.org > Subject: Re

Re: [Openstack] DHCP Request Failed on Ocata

2017-03-13 Thread Mohammed Naser
It causes problems for us so we uninstall and disable it on all compute nodes. yum -y remove firewalld Sent from my iPhone > On Mar 13, 2017, at 5:58 PM, Georgios Dimitrakakis > wrote: > > My problem may be due to the "firewalld" service running > > Has anyone configured OpenStack on Ce

Re: [Openstack] [RDO] RDO Pike released

2017-09-01 Thread Mohammed Naser
ic Harney, Eyal, Feng Pan, >> Frederic Lepied, Frederic Lepied, Garth Mollett, Gaël Chamoulaud, Giulio >> Fidente, Gorka Eguileor, Hanxi Liu, Harry Rybacki, Honza Pokorny, Ian >> Main, Igor Yozhikov, Ihar Hrachyshka, Jakub Libosvar, Jakub Ruzicka, >> Janki, Jason E. Ris

Re: [Openstack] Ocata Update libvirtd Error

2017-10-09 Thread Mohammed Naser
On Mon, Oct 9, 2017 at 9:06 AM, Georgios Dimitrakakis wrote: > Hello, > > I think I have identified what the issue is. The problem is with images that > have the property "hw_disk_bus='scsi'" enabled and are trying to boot or > launch either with ephemeral disk or swap or both of them together. >

Re: [Openstack] openstack-ansible variable overwrite question

2018-07-01 Thread Mohammed Naser
ost to : openstack@lists.openstack.org > Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack -- Mohammed Naser — vexxhost - D. 514-316-8872 D. 800-910-1726 ext. 200 E. mna...@vexxhost.com W. http://vexxhost.com

Re: [Openstack] Fatal error during container create (ansible-openstack on bionic)

2018-07-11 Thread Mohammed Naser
Hi there, Bionic isn't current supported and we're working on adding support for it in the Rocky cycle! We recommend you deploy on Xenial. Thanks, Mohammed On Wed, Jul 11, 2018 at 11:44 AM, Ruth Ivimey-Cook wrote: > I am getting a fatal error in lxc_create when running openstack-ansible > play

Re: [Openstack] [openstack-dev] Stepping down as coordinator for the Outreachy internships

2018-08-07 Thread Mohammed Naser
Hi Victoria, Thank you so much for all your wonderful work especially around Outreachy! :) Sincerely, Mohammed On Tue, Aug 7, 2018 at 7:47 PM, Victoria Martínez de la Cruz wrote: > Hi all, > > I'm reaching you out to let you know that I'll be stepping down as > coordinator for OpenStack next ro

Re: [Openstack] Viewing VM's hypervisors as a non-admin user?

2018-09-04 Thread Mohammed Naser
> Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > Post to : openstack@lists.openstack.org > Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack -- Mohammed Naser — vexxhost

Re: [Openstack] [Openstack-Ansible] Unable to install Openstack Queens using Ansible

2018-09-18 Thread Mohammed Naser
Hi, 4GB of memory is not enough for a deployment unfortunately. You’ll have to bump it up. Thanks Mohammed Sent from my iPhone > On Sep 18, 2018, at 7:04 AM, Budai Laszlo wrote: > > Hi, > > run dmesg on your deployment host. It should print which process has been > evicted by the OOM ki

Re: [Openstack] Retire of openstack-ansible-os_monasca-ui

2018-11-12 Thread Mohammed Naser
in it anymore. > This has been discussed with the previous and the current > OpenStack-Ansible PTL. > > The monasca-ui will be dealt within os_horizon role on openstack-ansible. > > Best regards, > Kaio > -- Mohammed Naser — vexxhost

Re: [Openstack] (Juno - *sigh*) Want non-admin access to hypervisor:VM association.

2018-11-18 Thread Mohammed Naser
mailman/listinfo/openstack > Post to : openstack@lists.openstack.org > Unsubscribe : > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > -- Mohammed Naser — vexxhost - D. 514-316-8872 D. 800-910-1726 ext. 200 E. mn

Re: [Openstack] [OpenStack][Glance]Getting instance snapshot result in size 0 byte

2018-11-24 Thread Mohammed Naser
p://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > Post to : openstack@lists.openstack.org > Unsubscribe : > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > -- Mohammed Naser — vexxhost - D. 514-316-887

Re: [Openstack] Way to see VMs under all tenants by non-admin?

2018-11-26 Thread Mohammed Naser
ut admin? > > Thanks! > > -Ken > > ___ > Mailing list: > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > Post to : openstack@lists.openstack.org > Unsubscribe : > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > -- Mohammed Naser