[openstack-dev] [nova] The definition of 'Optional' parameter in API reference

2017-07-02 Thread Takashi Natsume

Hi, all.

In Nova API reference, there is inconsistency in
whether to define parameters added in new microversion as 'optional' or not.

In the case that the parameter is always included in the response after  
a certain microversion,
some parameters(e.g. 'type' [1]) are defined as 'required', but some  
parameters (e.g. 'project_id', 'user_id'[2])

are defined as 'optional'.

[1] List Keypairs in Keypairs (keypairs)
 
https://developer.openstack.org/api-ref/compute/?expanded=list-keypairs-detail#list-keypairs


[2] List Server Groups in Server groups (os-server-groups)
 
https://developer.openstack.org/api-ref/compute/?expanded=list-server-groups-detail#list-server-groups



In the case that the parameter is always included in the response after  
a certain microversion,

should it be defined as 'required' instead of 'optional'?

Regards,
Takashi Natsume
NTT Software Innovation Center
E-mail: natsume.taka...@lab.ntt.co.jp


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [vitrage] status of blueprint crud-templates

2017-07-02 Thread Yujun Zhang (ZTE)
Hi, root causers :-)

We recently starts to looking into the CRUD of templates to allow loading
them when vitrage is up. It seems there is already one blueprint
registered[1] for exactly the same purpose.

Is there any detailed design about it? Do you have already some ideas in
mind?

[1] https://blueprints.launchpad.net/vitrage/+spec/crud-templates

-- 
Yujun Zhang
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] Identify Openstack commands and manipulate them

2017-07-02 Thread Maciej Kucia
What is "OpenStack command"? You mean Rest API, RPC? What services?

Maybe the following will be of help.
http://vmartinezdelacruz.com/in-a-nutshell-how-openstack-works/

Regards,
Maciej

2017-07-02 15:16 GMT+02:00 david jhon :

> Hello folks,
>
> I've been digging into openstack code for quite some time, I'm wondering
> how to identify some specific openstack commands possibly coming from
> hosted tenants or projects.
>
> Where should I look into the code if I want to suspend or block their
> execution. OR
> What is the starting point or any useful resource which can help me
> further.
>
> Any suggestion/link/help might be great.
>
> Thanks.
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] Identify Openstack commands and manipulate them

2017-07-02 Thread david jhon
Hello folks,

I've been digging into openstack code for quite some time, I'm wondering
how to identify some specific openstack commands possibly coming from
hosted tenants or projects.

Where should I look into the code if I want to suspend or block their
execution. OR
What is the starting point or any useful resource which can help me
further.

Any suggestion/link/help might be great.

Thanks.
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [TripleO] quickstart failing due to unresolved dependencies

2017-07-02 Thread Udi Kalifon
Hi.

I tried to install the latest TripleO with quickstart, and it failed in the
undercloud install. I logged in to the undercloud and checked the install
log, and I see errors there like "ModuleLoader: module 'rabbitmq' has
unresolved dependencies". I pasted the output here:
http://paste.openstack.org/show/614247/

Any help on how to fix this will be appreciated !

Regards,
Udi Kalifon
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [openstack-ansible][neutron][designate][dns] dns plugin suppressed in neutron.conf.j2 template

2017-07-02 Thread Lawrence J. Albinson
Thank you Miguel, My oversight!. Kind regards, Lawrence

From: Miguel Lavalle 
Reply-To: "OpenStack Development Mailing List (not for usage questions)" 

Date: Saturday, 1 July 2017 at 22:49
To: "OpenStack Development Mailing List (not for usage questions)" 

Subject: Re: [openstack-dev] [openstack-ansible][neutron][designate][dns] dns 
plugin suppressed in neutron.conf.j2 template

Lawrence
This is the driver in the Neutron repo to integrate with Designate:

https://github.com/openstack/neutron/blob/master/neutron/services/externaldns/drivers/designate/driver.py.
 Here's the documentation: 
https://docs.openstack.org/ocata/networking-guide/config-dns-int.html
Regards


On Fri, Jun 30, 2017 at 2:43 PM, Lawrence J. Albinson 
> wrote:
On 30/06/17 16:12, Graham Hayes wrote:
> On 30/06/17 13:29, Lawrence J. Albinson wrote:
>> Good Afternoon Colleagues,
>>
>> I've been working to incorporate dynamic dns/designate updating from
>> neutron and nova within an OpenStack-Ansible built environment.
>>
>> I note that the dns plugin is explicitly suppressed in the
>> openstack-ansible-os_neutron role here:
>>
>> https://github.com/openstack/openstack-ansible-os_neutron/blob/master/templates/neutron.conf.j2#L5
>>
>> I'm curious to know why this is.
> So am I - I filed
> https://bugs.launchpad.net/openstack-ansible/+bug/1701609 with them, so
> we can follow up.
>
> - Graham
>
>> Kind regards, Lawrence
>>
>> Lawrence J Albinson
>>
>> __
>> OpenStack Development Mailing List (not for usage questions)
>> Unsubscribe: 
>> openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
Thank you Graham,

For what it's worth, I don't see any dns or designate related drivers in
the neutron repo.

Regards, Lawrence


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: 
openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev