hash algorithm is not set in group table
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
networking-sfc |
In Progress
|
Undecided
|
Ching Sun |
Bug Description
$ neutron port-pair-
neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
Created a new port_pair_group:
+------
| Field | Value |
+------
| description | |
| group_id | 1 |
| id | 2a238d56-
| name | ppg1 |
| port_pair_
| port_pairs | 475f2b7d-
| project_id | c51538a5c1994b4
| tenant_id | c51538a5c1994b4
+------
ubuntu@
neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
Created a new port_chain:
+------
| Field | Value |
+------
| chain_id | 1 |
| chain_parameters | {"symmetric": true, "correlation": "mpls"} |
| description | |
| flow_classifiers | ab6ada79-
| id | 335c3945-
| name | pc |
| port_pair_groups | 2a238d56-
| project_id | c51538a5c1994b4
| tenant_id | c51538a5c1994b4
+------
but the group table does not set the hashing method:
ubuntu@
OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
group_
I will add "selection_ method= 'hash' in add_group method.