yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #82893
[Bug 1882323] [NEW] 'dict object' has no attribute 'path'
Public bug reported:
Guys I getting this error on play de nova task to install the new
version after major upgrade from Rocky to Stein version.
fatal: [osa-controller3_nova_api_container-28802a67]: FAILED! => {
"msg": "The conditional check 'item.path not in nova_mount_points' failed. The error was: error while evaluating conditional (item.path not in nova_mount_points): 'dict object' has no attribute 'path'\n\nThe error appears to have been in '/etc/ansible/roles/os_nova/tasks/nova_pre_install.yml': line 85, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n- name: Create nova dir\n ^ here\n"
}
PLAY RECAP **********************************************************************************************************************************
osa-controller3_nova_api_container-28802a67 : ok=26 changed=0 unreachable=0 failed=1
[ Below my configuration on user_variables: ]
nova_ceilometer_enabled: True
nova_nova_conf_overrides:
libvirt:
iscsi_use_multipath: true
nova_nfs_client:
- server: "172.16.7.20"
remote_path: "/nova_openstack_ansible"
local_path: "/var/lib/nova/instances"
type: "nfs"
options: "_netdev,auto"
config_overrides: "{}"
** Affects: nova
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1882323
Title:
'dict object' has no attribute 'path'
Status in OpenStack Compute (nova):
New
Bug description:
Guys I getting this error on play de nova task to install the new
version after major upgrade from Rocky to Stein version.
fatal: [osa-controller3_nova_api_container-28802a67]: FAILED! => {
"msg": "The conditional check 'item.path not in nova_mount_points' failed. The error was: error while evaluating conditional (item.path not in nova_mount_points): 'dict object' has no attribute 'path'\n\nThe error appears to have been in '/etc/ansible/roles/os_nova/tasks/nova_pre_install.yml': line 85, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n- name: Create nova dir\n ^ here\n"
}
PLAY RECAP **********************************************************************************************************************************
osa-controller3_nova_api_container-28802a67 : ok=26 changed=0 unreachable=0 failed=1
[ Below my configuration on user_variables: ]
nova_ceilometer_enabled: True
nova_nova_conf_overrides:
libvirt:
iscsi_use_multipath: true
nova_nfs_client:
- server: "172.16.7.20"
remote_path: "/nova_openstack_ansible"
local_path: "/var/lib/nova/instances"
type: "nfs"
options: "_netdev,auto"
config_overrides: "{}"
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1882323/+subscriptions
Follow ups