[Yahoo-eng-team] [Bug 1517694] [NEW] delete project fail using ldap backend identity driver

2015-11-18 Thread lumeihong
Public bug reported: delete project fail using ldap backend identity driver 1.In the [identity] section of keystone.conf, replace driver = keystone.identity.backends.sql.Identity with driver = keystone.identity.backends.ldap.Identity. 2.Update the [ldap] section to reflect LDAP server

[Yahoo-eng-team] [Bug 1511634] [NEW] "network address" is not marked with '*' in create subnet

2015-10-30 Thread lumeihong
Public bug reported: In project -> network, click "create network",then show a workflow. In that workflow's subnet tab,"network address " is marked with "*";But in network's details view, click "create subnet", "network address " is not marked with "*" in subnet tab ** Affects: horizon

[Yahoo-eng-team] [Bug 1511913] [NEW] set field's required attribute with 'data-is-required': 'true', isn't effective

2015-10-30 Thread lumeihong
Public bug reported: in file /dashboards/admin/networks/forms.py, code like this: segmentation_id = forms.IntegerField( label=_("Segmentation ID"), widget=forms.TextInput(attrs={ 'class': 'switched', 'data-switch-on': 'network_type',

[Yahoo-eng-team] [Bug 1511231] [NEW] sytle is inconsistence bettwen last step and other steps of wrokflow

2015-10-29 Thread lumeihong
Public bug reported: the template used is 'horizon/common/_workflow.html' , the inconsistences are as follows: 1) Do not fill in the required fields, an error message is displayed beyond field; 2) error message is not marked in red; the finally reason is that,the style setting is error in

[Yahoo-eng-team] [Bug 1508271] [NEW] specified cidr=129.168.0.0 in creating subnet, no message to be showed

2015-10-20 Thread lumeihong
Public bug reported: in creating subnet workflows, filled in all fields,but set network address is 129.168.0.0,and ip version is ipv4,then click button "Next", there is nothing to be done.But in the function of _check_subnet_data,it will raise an error,"The subnet in the Network Address is "

[Yahoo-eng-team] [Bug 1508275] [NEW] modify project's subnet quota, value > used is successful

2015-10-20 Thread lumeihong
Public bug reported: set project's subnet quota is 10,then create 2 subnets,the useage of subnet quota is :{'available': 8, 'used': 2, 'quota': 10}. then modify this project's subnet quota ,set the value is 1,it is sucessful.but from the code of "UpdateProjectQuotaAction", value > used is not

[Yahoo-eng-team] [Bug 1472099] [NEW] when delete a domain, the role assignment of user (this user in the other domain) in this domain isn't deleted.

2015-07-07 Thread lumeihong
Public bug reported: when delete a domain,the role assignment of user (this user in the other domain) in this domain isn't deleted. the steps are as follows: 1) create a user with domain_id = default, user_name = myuser 2) create a domain named test_domain 3) grant a role to myuser(user's name )

[Yahoo-eng-team] [Bug 1472054] [NEW] creating a trust specified allow_redelegation =true and remaining_uses=2 doesn't show error message

2015-07-06 Thread lumeihong
Public bug reported: in the function of create_trust (Corresponding file is:/keystone/trust/core.py),it should show the message as follows remaining_uses must not be set if redelegation is allowed.but missing raise statement in the following code: if 'remaining_uses' in trust:

[Yahoo-eng-team] [Bug 1472057] [NEW] in the function of create_trust,the judgment for “remaining_uses” can be deleted

2015-07-06 Thread lumeihong
Public bug reported: In the function of create_trust (Corresponding file is:/keystone/trust/core.py),the judgment for “remaining_uses” can be deleted, because controller has registered a schema to validate a resource reference. if not redelegatable: trust['redelegation_count'] =

[Yahoo-eng-team] [Bug 1472059] [NEW] When the /etc/keystone/domains directory is empty, the command of keystone-manage domain_config_upload --all can be executed

2015-07-06 Thread lumeihong
Public bug reported: When the /etc/keystone/domains directory is empty, execute keystone- manage domain_config_upload --all without no information notification .Maybe it can show no file can be loaded. ** Affects: keystone Importance: Undecided Status: New -- You received this

[Yahoo-eng-team] [Bug 1439960] [NEW] Users can be assigned the same role in a tenant by create_grant without any error message

2015-04-03 Thread lumeihong
Public bug reported: Grant role to user on a project by following command: curl -H X-Auth_Token:$ADMIN -X PUT http://localhost:35357/v3/projects/2fb15258b1f44e05937070be864ed9b1/users/c6b7c33a5cfc45ba8d666b03ba29ea34/roles/7117d8a1a8c04d038c54cf75f6b354b4 it is successful.Then execute the

[Yahoo-eng-team] [Bug 1439928] [NEW] can create the same type and name of a service with v3 API

2015-04-02 Thread lumeihong
Public bug reported: i create a service as follows,it can be successful. curl -H X-Auth_Token:fc1629a543c64be18937ba8a1296468b -H Content-type: application/json -d '{service:{description:test_service,name:name_service,type:test_servce}}' http://localhost:35357/v3/services |python -mjson.tool

[Yahoo-eng-team] [Bug 1439934] [NEW] Delete a domain with v3 API doesn't delete the user's role in the domain

2015-04-02 Thread lumeihong
Public bug reported: Delete domain by domain_id as follows: curl -H X-Auth_Token:$ADMIN -X DELETE http://localhost:35357/v3/domains/b3ee886f22d544a7bfc0426edac0543f then get a list of role assignments : curl -H X-Auth_Token:55fc47665d344104b801751784292ccb