Please help taker issue- create vnf with Unknown Property port_security_enabled

Asked by Nguyen Dinh Hai

Hi Tacker Team,

I have been interested in Tacker project recently and I am a new member in openstack as well.
I have some first practices and investigations about Tacker but when i try to create vnf by CLI, getting stuck with error related to "unknown port_security_enabled". I have researched through Tacker bugs and found linked bug which could be relative (Bug #1451629: port security enabled property/attribute isn't supported).
If this bug is reason, seemly the fix will not be present in Kilo release. Btw, For now, Would be highly appreciated if someone could help to overcome this issue? Please don't hesitate asking me if you need more logs or info or correct me if I am wrong at any point.
My local.conf file for installation via devstack is also attached. Notice that I am using local.conf and openwrt Tocas template as example from tacker team.
Thanks you so much.
Below is what I have done.

tacker03@tacker03-VirtualBox:/opt/stack/tacker/devstack/samples$ tacker vnfd-create --name haidemo1 --vnfd-file openwrt.yaml
Created a new vnfd:
+---------------+----------------------------------------------------------------------------+
| Field | Value |
+---------------+----------------------------------------------------------------------------+
| description | Virtual WRT opensource router |
| id | 9b80fad9-2b43-494e-ac0f-3c8899be594a |
| infra_driver | heat |
| mgmt_driver | openwrt |
| name | haidemo1 |
| service_types | {"service_type": "vnfd", "id": "5ed601ce-dfa7-40a0-887c-e45f3c8a6699"} |
| | {"service_type": "router", "id": "70fa02b0-335b-46f6-b75c-a5cda2b19bfb"} |
| | {"service_type": "firewall", "id": "b96a969b-5566-44a9-8d4a-0e6978cf3995"} |
| tenant_id | 656827eb91bd49ffacc546afcc08fadf |
+---------------+----------------------------------------------------------------------------+
tacker03@tacker03-VirtualBox:/opt/stack/tacker/devstack/samples$ tacker vnf-create --name openwrthai --vnfd-id 9b80fad9-2b43-494e-ac0f-3c8899be594a
ERROR: Property error: : resources.vdu1-net_mgmt-port.properties: : Unknown Property port_security_enabled

#######################################################################################
Local.conf template
[[local|localrc]]
############################################################
# Customize the following HOST_IP based on your installation
############################################################
HOST_IP=10.18.161.164

ADMIN_PASSWORD=devstack
MYSQL_PASSWORD=devstack
RABBIT_PASSWORD=devstack
SERVICE_PASSWORD=$ADMIN_PASSWORD
SERVICE_TOKEN=devstack

############################################################
# Customize the following section based on your installation
############################################################

# Pip
PIP_USE_MIRRORS=False
USE_GET_PIP=1

#OFFLINE=False
#RECLONE=True

# Logging
LOGFILE=$DEST/logs/stack.sh.log
SCREEN_LOGDIR=$DEST/logs/screen
VERBOSE=True
ENABLE_DEBUG_LOG_LEVEL=True
ENABLE_VERBOSE_LOG_LEVEL=True

# Neutron ML2 with OpenVSwitch

Q_PLUGIN=ml2
Q_AGENT=openvswitch

#PUBLIC NETWORK CONFIGURATION
Q_USE_PROVIDERNET_FOR_PUBLIC=False
FLOATING_RANGE=10.12.161.0/24
Q_FLOATING_ALLOCATION_POOL="start=10.12.161.150,end=10.12.161.201"
PUBLIC_NETWORK_NAME=external
PUBLIC_NETWORK_GATEWAY=10.12.161.1
PUBLIC_PHYSICAL_NETWORK=public

# Required for l3-agent to connect to external-network-bridge
PUBLIC_BRIDGE=br-ext

#PRIVATE NETWORK CONFIGURATION

NETWORK_GATEWAY=${NETWORK_GATEWAY:-15.0.0.1}
FIXED_RANGE=${FIXED_RANGE:-15.0.0.0/24}

enable_plugin tacker https://github.com/stackforge/tacker master

enable_service n-novnc
enable_service n-cauth

disable_service tempest

Question information

Revision history for this message
Nguyen Dinh Hai (nguyendinhhai11) said :
#1

Someone can help ?

Hai.

Revision history for this message
Bob Haddleton (bob-haddleton) said :
#2

Sorry for the delay - as you noted in the bug report this appears to be an issue with kilo. It can be changed in the server code to use value_specs instead. Further updates will be made to the bug report

Revision history for this message
Nguyen Dinh Hai (nguyendinhhai11) said :
#3

Thanks Bob a lot for your answer.

Hai

Revision history for this message
Sridhar Ramaswamy (srics-r) said :
#4

Hi Hai,

Are you still facing this problem ? Which branch are you using ? We recently fixed an issue in the master,

https://bugs.launchpad.net/tacker/+bug/1522196

- Sridhar

Can you help with this problem?

Provide an answer of your own, or ask Nguyen Dinh Hai for more information if necessary.

To post a message you must log in.