tacker/samples
Ai Hamano 6e9bfa93c7 Fix incorrect file path in pkggen.py
This patch fixes the path to userdata_standard.py and
container_update_mgmt_v2.py specified in pkggen.py
to the correct one below.

* userdata_standard.py
```
# samples/tests/functional/sol_v2_common/sampleX
userdata_dir =
"../../../../../tacker/sol_refactored/infra_drivers/openstack/"
```

* container_update_mgmt_v2.py
```
mgmt_driver_path = os.path.join(
    cur_dir, '../../../../../tacker/sol_refactored',
    'mgmt_drivers/container_update_mgmt_v2.py')
```

Closes-Bug: #2074332
Change-Id: Iea5d417bba0e1f9a6518df59ced77d6e50ba34de
2024-07-30 11:28:21 +09:00
..
etsi_getting_started Separate UseCaseGuide for v1 API and v2 API 2024-03-13 19:23:06 +09:00
free5gc Fixed some bugs for Mgmt Driver 2022-08-31 11:10:32 +09:00
mgmt_driver Fix incorrect file path in pkggen.py 2024-07-30 11:28:21 +09:00
practical_vnf_package Replace CRLF by LF 2024-03-15 01:02:00 +09:00
tests Fix incorrect file path in pkggen.py 2024-07-30 11:28:21 +09:00
vim Revise installation guides 2020-07-21 17:25:52 +00:00
vnf_packages Update version of cirros image to 0.5.2 2021-08-30 21:31:12 +09:00