Re: [Openstack] Security Groups Can't Apply in Kilo with Neutron & XenServer

2016-09-15 Thread Adhi Priharmanto
Hi, I still no luck for this problem, even I using liberty release, Security groups still not applied on network. can you help me again ? On Thu, Mar 17, 2016 at 10:55 AM, Adhi Priharmanto wrote: > Ok, 'll try to patched my neutron > > On Tue, Mar 15, 2016 at 8:52 AM, Huan Xie wrote: > >> Hi, >

[Openstack] [OSSN-0066] MongoDB guest instance allows any user to connect

2016-09-15 Thread Luke Hinds
MongoDB guest instance allows any user to connect --- ### Summary ### When creating a new MongoDB single instance or cluster the default setting in MongoDB `security.authorization` was set as disabled. This resulted in no need to provide user credentials to connect to the mongo instance and perfor

[Openstack] [Windows-Guest] Cloudbase init & sysprep Resets Administrator Password

2016-09-15 Thread Vaidyanath Manogaran
I am trying to install cloudbase init in win2012 and do sysprep. Everytime i get the node its resetting my administrator password though i had given a different user to be created. what could be the reason for this to happen? -- Regards, Vaidyanath +91-9483465528(M)

Re: [Openstack] Security Groups Can't Apply in Kilo with Neutron & XenServer

2016-09-15 Thread Bob Ball
Hi Adhi, Ccould you provide more details about how you’re installing Liberty, including your local.conf (if using devstack) and the nova / neutron configuration files? Also details about how you’re booting the instance and what security groups you’re expecting to be applied. Thanks, Bob From:

[Openstack] public cloud runners

2016-09-15 Thread s serge
Hello, I'm wondering is there anybody here who is participating to run a public cloud listed at https://www.openstack.org/marketplace/public-clouds/ and would like to share the real experience related to the subject. In particular, I interested to know about a billing solution a project is usi

[Openstack] dashboard login screen with domain drop-down

2016-09-15 Thread Nicolas Bock
Hi, when I deploy the dashboard with `OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT` turned on, the login screen gains a new text field for the domain. Is it possible to turn that text field into a multiple choice drop down menu? Thanks, Nick ___ Mailing lis

Re: [Openstack] dashboard login screen with domain drop-down

2016-09-15 Thread Brad Pokorny
There's not a way to configure Horizon to do what you want, so you'd have to write custom code to do that. Also, there are security considerations to do it. Note that the default v3 keystone policy[1] doesn't allow just any user to list all domains in the cloud. The list of domains is potentially

Re: [Openstack] dashboard login screen with domain drop-down

2016-09-15 Thread Nicolas Bock
Hi Brad, thanks! Nick On Thu, Sep 15, 2016 at 3:50 PM, Brad Pokorny wrote: > There's not a way to configure Horizon to do what you want, so you'd have > to write custom code to do that. > > Also, there are security considerations to do it. Note that the default v3 > keystone policy[1] doesn't a