Re: [Openstack] [openstack-dev] About fix of validate name string length at API level

2015-01-29 Thread Zou, Yun
To: Kevin Benton To: Mark McClain, Cc: Akihiro Motoki Hello, Kevin Benton. Thank you for the reply. I have an idea. If there is a DB that can be detected (something like sql.true()), we set 255 to name validate, otherwise we leave it as None. How do you like this idea? Best regards, watanabe.is

[Openstack] Neutron DB alembic migration issues with sqlite backend

2015-01-29 Thread Thanukrishnamurthy Madhusudhanan
Hello, After updating the neutron package to Juno I ran neutron db migration to complete the upgrade process. The neutron alembic db migration scripts fail with sqlite database. Reason for the failure: - sqlite support very basic ALTER TABLE functionality. The only 2 operations that are suppo

Re: [Openstack] Still wading through my first setup...

2015-01-29 Thread Anne Gentle
On Thu, Jan 29, 2015 at 2:16 PM, Ken D'Ambrosio wrote: > On page 66 (as per the PDF), from http://docs.openstack.org/ > juno/install-guide/install/apt/openstack-install-guide-apt-juno.pdf, I am > at "Install and configure network node". This strikes me as stuff I > should, then, be typing on...

[Openstack] Still wading through my first setup...

2015-01-29 Thread Ken D'Ambrosio
On page 66 (as per the PDF), from http://docs.openstack.org/juno/install-guide/install/apt/openstack-install-guide-apt-juno.pdf, I am at "Install and configure network node". This strikes me as stuff I should, then, be typing on... well, my network node. However, at the top of the same page,

[Openstack] GLANCE API SERVER - SEGMENT REQUEST TYPE

2015-01-29 Thread Brent Troge
is there a way to have a single glance api service send image READs(GET, HEAD) to a specific Swift backend ? for image writes (DELETE, POST, PUT) send those requests to another Swift backend ? thanks! ___ Mailing list: http://lists.openstack.org/cgi-bin

Re: [Openstack] Image upload times out ...

2015-01-29 Thread Azher Mughal
Hi All . Just checking if there is way to move the new image from queued to active. Thanks -Azher On 1/28/2015 2:54 PM, Azher Mughal wrote: > Thanks All for replies. Using the glance cli: > > [root@c7-openstack images]# glance image-create --name=CentOS-6.6 > --disk-format=qcow2 --container-f

Re: [Openstack] CLI support in neutron ML2 driver

2015-01-29 Thread Naresh Kumar
Is there any sample I can refer to? Can you explain me with overall high level steps to implement it ? Thanks for your reply, Naresh. From: trinath.soman...@freescale.com [trinath.soman...@freescale.com] Sent: Thursday, January 29, 2015 4:10 PM To: Naresh Kumar; op

Re: [Openstack] CLI support in neutron ML2 driver

2015-01-29 Thread trinath.soman...@freescale.com
Write a mechanism driver which proxies the calls to ODL NB. -- Trinath Somanchi - B39208 trinath.soman...@freescale.com | extn: 4048 From: Naresh Kumar [mailto:naresh.saa...@lnttechservices.com] Sent: Thursday, January 29, 2015 3:40 PM To: openstack@lists.openstack.org Subject: [Openstack] CLI su

[Openstack] CLI support in neutron ML2 driver

2015-01-29 Thread Naresh Kumar
Hi, I have more expertise in Opendaylight than Openstack. I have created a CLI application which uses AdventNetCLI library in Opendaylight SB that will create/delete services in my non-openflow carrier ethernet switch through RESTCONF(It's working!). I want this app to be called from the Neutro