[Yahoo-eng-team] [Bug 1514379] [NEW] VimException: Error occurred while writing data to

2015-11-09 Thread huangpengtaohw
Public bug reported: when i configure nova-computer.conf [vmware] host_ip=10.10.51.120 host_username=Administrator@vsphere.local host_password=vmware cluster_name=cluster1 I can't write image to datastore,the following is log 2015-11-09 18:23:59.438 23223 DEBUG nova.virt.vmwareapi.images

[Yahoo-eng-team] [Bug 1498475] [NEW] the default security groups is not allowed to be deleted, but all the rules are allowed.

2015-09-22 Thread huangpengtaohw
Public bug reported: the default security groups is not allowed to be deleted,but all the rules are allowed. the default security groups is no used when no rule in it. ** Affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1497570] [NEW] the GreenThread should be created when admin_state is up

2015-09-19 Thread huangpengtaohw
Public bug reported: the greenthread to configure dhcp should be created when network.admin_state_up is True. the problem in function sync_state is to create a greenthread to configure dhcp, and the thread will be end immediatly when network.admin_state_up is False. ** Affects: neutron

[Yahoo-eng-team] [Bug 1496370] [NEW] deleted vm data should not be stored in database for ever

2015-09-16 Thread huangpengtaohw
Public bug reported: the deleted vm data is no useful if the vm is true deleted maybe immediately or sometime later, which should not be stored in database for ever.it should be deleted ** Affects: nova Importance: Undecided Status: New -- You received this bug notification

[Yahoo-eng-team] [Bug 1494642] [NEW] vm can't be running if it was stop not through openstack

2015-09-11 Thread huangpengtaohw
Public bug reported: when a vm is stop not through openstack and then when it is running no though openstack again, it will be forced stopped by openstack. I think it can be choosen to force to stop the vm though configure. ** Affects: nova Importance: Undecided Status: New --

[Yahoo-eng-team] [Bug 1493718] [NEW] the table ml2_dvr_port_bindings is redundance

2015-09-09 Thread huangpengtaohw
Public bug reported: the table ml2_dvr_port_bindings is only add one item compared with the table ml2_port_bindings. why not combine with ml2_port_bindings. the table only need 2 item : port_id and status and the other information can be stored or get from the ml2_port_bindings. ** Affects:

[Yahoo-eng-team] [Bug 1492741] [NEW] port information store in local variable

2015-09-06 Thread huangpengtaohw
Public bug reported: the function below in mech_driver.py (plugins\ml2\drivers\l2pop) def update_port_postcommit: self.migrated_ports[orig['id']] = ( (orig, context.original_host)) when the port has been migrated, the context.original information store in

[Yahoo-eng-team] [Bug 1492773] [NEW] there are a lot of warn log "No DHCP agents available, skipping rescheduling""

2015-09-06 Thread huangpengtaohw
Public bug reported: when no agent is active, there are a lot of warn log "No DHCP agents available, skipping rescheduling", which are so many that it is difficult to read log ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because

[Yahoo-eng-team] [Bug 1492547] [NEW] ICMP codes can't be set in range [0, 255] when set firewall rules

2015-09-05 Thread huangpengtaohw
Public bug reported: when setting firewall rules, I select imcp protocol and set port/port range. but get error report "Source, destination ports are not allowed when protocol is set to ICMP." ** Affects: neutron Importance: Undecided Status: New -- You received this bug

[Yahoo-eng-team] [Bug 1488840] [NEW] nova volume attach in dashboard can not be choose device

2015-08-26 Thread huangpengtaohw
Public bug reported: we can choose a device use cmd: nova volume-attach server volume [device] to attach a volume to a server. But we can not choose device in dashboard. ** Affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1486383] [NEW] the neutron service can't be start with multi same service_plugins variable

2015-08-19 Thread huangpengtaohw
: Undecided Assignee: huangpengtaohw (huangpengtao) Status: In Progress ** Changed in: neutron Assignee: (unassigned) = huangpengtaohw (huangpengtao) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https

[Yahoo-eng-team] [Bug 1484322] [NEW] Loads service plugins fault-tolerantly

2015-08-12 Thread huangpengtaohw
Public bug reported: I notice the following code can be optimized: def _load_service_plugins(self): Loads service plugins. Starts from the core plugin and checks if it supports advanced services then loads classes provided in configuration. # load

[Yahoo-eng-team] [Bug 1484102] [NEW] add default value

2015-08-12 Thread huangpengtaohw
Public bug reported: neutron/common/Config.py cfg.StrOpt('core_plugin', help=_(The core plugin Neutron will use)), why not add default value, to make configure project more easier. ** Affects: neutron Importance: Undecided Status: New -- You received this bug

[Yahoo-eng-team] [Bug 1483618] [NEW] modify subnet twice, then a port is created

2015-08-11 Thread huangpengtaohw
Public bug reported: 1. I create net net1 in dashboard 2. then create a subnet subnet1 without enable gateway and dhcp. 3. I modify subnet to enable gateway and dhcp, then no port was created 4. I do it again without modify anything, a port was created. a port should be created when I first

[Yahoo-eng-team] [Bug 1483690] [NEW] if no subnet enable DHCP, DHCP agent should be disable

2015-08-11 Thread huangpengtaohw
Public bug reported: I creat a network ,then creat a Subnet with enable Gateway and DHCP. a port and a DHCP Agents was created. then I disable Gateway and DHCP, the port was deleted but there is no change in the DHCP Agents status . it make no sense DHCP Agents is running well if no

[Yahoo-eng-team] [Bug 1483957] [NEW] icmp rule type should be in [0, 255]

2015-08-11 Thread huangpengtaohw
Public bug reported: when I enter Access Security to create security group in dashboard, then I manage rules and add a rule using custom icmp rule in the type and code item, it cue Enter a value for ICMP type in the range (-1:255) I think Enter a value for ICMP type in the range [0:255]

[Yahoo-eng-team] [Bug 1482073] [NEW] Duplicate test id detected

2015-08-06 Thread huangpengtaohw
Public bug reported: when I run the following in neutron: tox -e debug an error happed 2015-08-06 11:27:38.784 61953 INFO tempest [-] Using tempest config file /etc/tempest/tempest.conf 2015-08-06 11:27:39.642 61953 WARNING neutron.notifiers.nova [-] Authenticating to nova using nova_admin_*

[Yahoo-eng-team] [Bug 1480753] [NEW] launching instances

2015-08-02 Thread huangpengtaohw
Public bug reported: when launching instances error, we have to choose every item to launch instances again. if we can use the data from the existing instances item when launching instances, it will be save much time and make it easier to launch instance . ** Affects: nova Importance:

[Yahoo-eng-team] [Bug 1479644] [NEW] nova periodic_task.periodic_task can be moved to oslo_service

2015-07-30 Thread huangpengtaohw
Public bug reported: periodic_task.periodic_task is already put in oslo_service\periodic_task so the class in openstack.commonperiodic_task.periodic_task can be deleted and use oslo_service.periodic_task.periodicTasks ** Affects: nova Importance: Undecided Status: New -- You

[Yahoo-eng-team] [Bug 1479243] [NEW] _core_plugin should be put into plugins\common\utils.py

2015-07-29 Thread huangpengtaohw
Public bug reported: the below function: @property def _core_plugin(self): return manager.NeutronManager.get_plugin() is put into many class 'L3_NAT_dbonly_mixin', 'Firewall_db_mixin', and so on. as a common useful function , it should be put in ' plugins\common\utils.py' file

[Yahoo-eng-team] [Bug 1478855] [NEW] all_mappings

2015-07-28 Thread huangpengtaohw
Public bug reported: below the function: nova/compute/api.py def _validate_bdm(self, context, instance, instance_type, all_mappings): the value transfer to 'all_mappings' is 'block_device_mapping', so change 'all_mappings' to 'block_device_mapping' will be easier to understand ** Affects: nova

[Yahoo-eng-team] [Bug 1478938] [NEW] Maximum number of ports exceeded log

2015-07-28 Thread huangpengtaohw
Public bug reported: below network\neutronv2\pi.py _create_port except neutron_client_exc.OverQuotaClient: LOG.warning(_LW( 'Neutron error: Port quota exceeded in tenant: %s'), port_req_body['port']['tenant_id'], instance=instance)