commit bac9fb18c1455f6a309e7acff9230a8d6bf7079b
Author: Richard Theis <email address hidden>
Date: Wed Mar 2 15:45:01 2016 -0600
Refactor security group set to use SDK
Refactored the 'os security group set' command to use the SDK
when neutron is enabled, but continue to use the nova client
when nova network is enabled.
This patch set also fixes a compute bug which ignores name
and description when set to an empty value.
Reviewed: https:/ /review. openstack. org/287763 /git.openstack. org/cgit/ openstack/ python- openstackclient /commit/ ?id=bac9fb18c14 55f6a309e7acff9 230a8d6bf7079b
Committed: https:/
Submitter: Jenkins
Branch: master
commit bac9fb18c1455f6 a309e7acff9230a 8d6bf7079b
Author: Richard Theis <email address hidden>
Date: Wed Mar 2 15:45:01 2016 -0600
Refactor security group set to use SDK
Refactored the 'os security group set' command to use the SDK
when neutron is enabled, but continue to use the nova client
when nova network is enabled.
This patch set also fixes a compute bug which ignores name
and description when set to an empty value.
Change-Id: I4225179dca4aed f799e1656ec4923 6bdedc5e9bd
Partial-Bug: #1519511
Implements: blueprint neutron-client