The 'tacker vnffgd-create' cannot load the 'description' in TOSCA yaml file.
The reason is that we confusingly use 'template' and 'attributes' when loading yaml file on the 'lass CreateVNFFGD(tackerV10.CreateCommand)' in python-tackerclient/tackerclient/tacker/v1_0/nfvo/vnffgd.py
The 'tacker vnffgd-create' cannot load the 'description' in TOSCA yaml file.
The reason is that we confusingly use 'template' and 'attributes' when loading yaml file on the 'lass CreateVNFFGD( tackerV10. CreateCommand) ' in python- tackerclient/ tackerclient/ tacker/ v1_0/nfvo/ vnffgd. py
It also raise a bug as reported at: https:/ /bugs.launchpad .net/python- tackerclient/ +bug/1750865
Solution: rewrite the code in Tacker & python-tackerclient that uniformly use 'attributes' when loading yaml file.